Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/linux/decompress/
H A Dmm.h42 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 Dlibgenwrap.c39 void *malloc (size_t len) in malloc() function
/openbmc/linux/arch/parisc/boot/compressed/
H A Dmisc.c22 #define malloc malloc_gzip macro
207 static void *malloc(size_t size) in malloc() function
/openbmc/linux/include/linux/
H A Dzpool.h85 int (*malloc)(void *pool, size_t size, gfp_t gfp, member
/openbmc/u-boot/include/
H A Dmalloc.h865 #pragma weak malloc = __libc_malloc macro
876 #define malloc malloc_simple macro
/openbmc/linux/arch/powerpc/boot/
H A Dops.h26 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 Dsh_css_struct.h44 void *(*malloc)(size_t bytes, bool zero_mem); member
/openbmc/linux/lib/
H A Dinflate.c245 static void *malloc(int size) in malloc() function
273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h131 void *malloc(size_t len) in malloc() function
/openbmc/qemu/
H A Dmeson_options.txt67 option('malloc', type : 'combo', choices : ['system', 'tcmalloc', 'jemalloc'], combo
H A Dmeson.build1812 malloc = [] variable
1819 malloc = cc.find_library(get_option('malloc'), required: true) variable
/openbmc/qemu/libdecnumber/
H A DdecNumber.c287 #define malloc(a) decMalloc(a) macro
8321 #define malloc(a) decMalloc(a) macro