Searched defs:malloc (Results 1 – 5 of 5) sorted by relevance
33 static void *malloc(int size) in malloc() function80 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
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
2128 static void *malloc(size_t size) in malloc() function