ftp.nice.ch/pub/next/unix/network/system/sharity-light.0.4.s.tar.gz#/rumba.0.4.s/my_include/linux/malloc.h

This is malloc.h in view mode; [Download] [Up]

#ifndef __MALLOC_H_INCLUDED__
#define __MALLOC_H_INCLUDED__

void * kmalloc(unsigned int size, int priority);
void kfree(void * obj);
void kfree_s(void *obj, int size);
/*
 * #define kfree_s(a,b) kfree(a)
 */

#endif /* !__MALLOC_H_INCLUDED__ */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.