Searched defs:malloc (Results 1 - 7 of 7) sorted by last modified time

/linux-master/tools/include/nolibc/
H A Dstdlib.h131 void *malloc(size_t len) function
/linux-master/include/linux/decompress/
H A Dmm.h42 MALLOC_VISIBLE void *malloc(int size) function
89 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c22 #define malloc malloc_gzip macro
206 #undef malloc macro
207 static void *malloc(size_t size) function
/linux-master/include/linux/
H A Dzpool.h85 int (*malloc)(void *pool, size_t size, gfp_t gfp, member in struct:zpool_driver
/linux-master/arch/powerpc/boot/
H A Dops.h26 void * (*malloc)(unsigned long size); member in struct:platform_ops
209 static inline void *malloc(unsigned long size) function
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h44 void *(*malloc)(size_t bytes, bool zero_mem); member in struct:sh_css
/linux-master/lib/
H A Dinflate.c245 static void *malloc(int size) function
273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
[all...]

Completed in 193 milliseconds