Searched defs:malloc (Results 1 – 6 of 6) sorted by relevance
33 static void *malloc(int size) in malloc() function80 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
92 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
244 static void *malloc(int size) in malloc() function272 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
62 uint64_t malloc; member
2127 static void *malloc(size_t size) in malloc() function