Home
last modified time | relevance | path

Searched defs:malloc (Results 26 - 50 of 95) sorted by relevance

1234

/kernel/linux/linux-5.10/include/linux/
H A Dzpool.h97 int (*malloc)(void *pool, size_t size, gfp_t gfp, member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h44 void *(*malloc)(size_t bytes, bool zero_mem); member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h44 void *(*malloc)(size_t bytes, bool zero_mem); member
/third_party/curl/lib/
H A Dmemdebug.h117 #define malloc(size) curl_dbg_malloc(size, __LINE__, __FILE__) macro
H A Dcurl_memory.h64 #undef malloc macro
154 #undef malloc macro
155 #define malloc(size) Curl_cmalloc(size) macro
/third_party/musl/porting/linux/user/src/locale/
H A Dlocale_map.c25 #define malloc __libc_malloc macro
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c44 void* malloc(size_t bytes) in malloc() function
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c21 void* malloc(size_t bytes) in malloc() function
/third_party/musl/src/exit/
H A Datexit.c7 #define malloc __libc_malloc macro
/third_party/musl/src/locale/
H A Dlocale_map.c10 #define malloc __libc_malloc macro
/third_party/lame/
H A DconfigMS.h94 #define malloc(x) acm_Malloc(x) macro
/third_party/musl/porting/linux/user/src/exit/
H A Datexit.c10 #define malloc __libc_malloc macro
/third_party/musl/src/malloc/mallocng/
H A Dglue.h23 #define malloc __libc_malloc_impl macro
/third_party/musl/src/thread/
H A Dsem_open.c17 #define malloc __libc_malloc macro
/third_party/musl/src/exit/linux/
H A Datexit.c10 #define malloc __libc_malloc macro
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dsem_open.c17 #define malloc __libc_malloc macro
/third_party/python/Lib/multiprocessing/
H A Dheap.py296 def malloc(self, size): member in Heap
/third_party/unity/extras/memory/src/
H A Dunity_memory.c37 #undef malloc macro
/third_party/python/Include/internal/
H A Dpycore_hashtable.h52 void* (*malloc) (size_t size); member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H A Dwmalloc.c134 hi_void *malloc = HI_NULL; in wmalloc() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/
H A Dpsb-bootinfo.h62 uint64_t malloc; member
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A Dmisc.c22 #define malloc malloc_gzip macro
206 #undef malloc macro
207 void *malloc(size_t size) in malloc() function
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/
H A Dmisc.c22 #define malloc malloc_gzip macro
206 #undef malloc macro
207 static void *malloc(size_t size) in malloc() function
/kernel/linux/linux-5.10/lib/
H A Dinflate.c245 static void *malloc(int size) in malloc() function
273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
[all...]
/kernel/linux/linux-6.6/lib/
H A Dinflate.c245 static void *malloc(int size) in malloc() function
273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
[all...]

Completed in 11 milliseconds

1234