Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/decompress/
H A Dmm.h42 MALLOC_VISIBLE void *malloc(int size) in malloc() function
89 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/linux/arch/powerpc/boot/
H A Dops.h26 void * (*malloc)(unsigned long size); member
209 static inline void *malloc(unsigned long size) in malloc() function
/linux/tools/include/nolibc/
H A Dstdlib.h129 void *malloc(size_t len) in malloc() function