Searched defs:malloc (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/decompress/
H A Dmm.h33 static void *malloc(int size) malloc() function
80 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/linux-4.1.27/include/linux/
H A Dzpool.h87 int (*malloc)(void *pool, size_t size, gfp_t gfp, member in struct:zpool_driver
/linux-4.1.27/arch/mips/include/asm/netlogic/
H A Dpsb-bootinfo.h62 uint64_t malloc; member in struct:psb_info
/linux-4.1.27/lib/
H A Dinflate.c244 static void *malloc(int size) malloc() function
272 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/linux-4.1.27/arch/powerpc/boot/
H A Dops.h28 void * (*malloc)(unsigned long size); member in struct:platform_ops
217 static inline void *malloc(unsigned long size) malloc() function
/linux-4.1.27/arch/frv/kernel/
H A Dgdb-stub.c2127 static void *malloc(size_t size) malloc() function

Completed in 211 milliseconds