Searched defs:malloc (Results 1 – 9 of 9) sorted by relevance
34 static void *malloc(int size) in malloc() function81 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
80 void *malloc(size_t size) in malloc() function
63 void *malloc(size_t size) in malloc() function
22 #define malloc malloc_gzip macro207 void *malloc(size_t size) in malloc() function
97 int (*malloc)(void *pool, size_t size, gfp_t gfp, member
28 void * (*malloc)(unsigned long size); member217 static inline void *malloc(unsigned long size) in malloc() function
44 void *(*malloc)(size_t bytes, bool zero_mem); member
245 static void *malloc(int size) in malloc() function273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
62 uint64_t malloc; member