Searched defs:malloc (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/decompress/ |
H A D | mm.h | 42 MALLOC_VISIBLE void *malloc(int size) in malloc() function 89 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
|
/openbmc/u-boot/examples/api/ |
H A D | libgenwrap.c | 39 void *malloc (size_t len) in malloc() function
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 22 #define malloc malloc_gzip macro 207 static void *malloc(size_t size) in malloc() function
|
/openbmc/linux/include/linux/ |
H A D | zpool.h | 85 int (*malloc)(void *pool, size_t size, gfp_t gfp, member
|
/openbmc/u-boot/include/ |
H A D | malloc.h | 865 #pragma weak malloc = __libc_malloc macro 876 #define malloc malloc_simple macro
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | ops.h | 26 void * (*malloc)(unsigned long size); member 209 static inline void *malloc(unsigned long size) in malloc() function
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_struct.h | 44 void *(*malloc)(size_t bytes, bool zero_mem); member
|
/openbmc/linux/lib/ |
H A D | inflate.c | 245 static void *malloc(int size) in malloc() function 273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdlib.h | 131 void *malloc(size_t len) in malloc() function
|
/openbmc/qemu/ |
H A D | meson_options.txt | 69 option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'], combo
|
H A D | meson.build | 2139 malloc = [] variable 2146 malloc = cc.find_library(get_option('malloc'), required: true) variable
|
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 287 #define malloc(a) decMalloc(a) macro 8321 #define malloc(a) decMalloc(a) macro
|