Home
last modified time | relevance | path

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

1234

/third_party/musl/src/locale/
H A Dfreelocale.c5 #define malloc undef macro
H A Dduplocale.c6 #define malloc __libc_malloc macro
H A Dnewlocale.c7 #define malloc __libc_malloc macro
/third_party/musl/porting/liteos_a/user/src/locale/
H A Dfreelocale.c5 #define malloc undef macro
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture_malloc_overrides.h37 #define malloc unity_malloc macro
/third_party/musl/porting/uniproton/kernel/src/malloc/
H A Dmalloc.c32 void *malloc(size_t size) in malloc() function
/third_party/musl/src/malloc/
H A Dlibc_calloc.c69 #define malloc __libc_malloc macro
/third_party/unity/extras/memory/src/
H A Dunity_memory.h41 #define malloc unity_malloc macro
/third_party/libunwind/libunwind/tests/
H A DGtest-nomalloc.c38 malloc(size_t s) in malloc() function
H A DLtest-nocalloc.c66 malloc(size_t s) in malloc() function
/third_party/musl/libc-test/src/regression/
H A Dflockfile-list.c24 void *malloc(size_t n) in malloc() function
/third_party/musl/porting/linux/user/src/locale/
H A Dnewlocale.c7 #define malloc __libc_malloc macro
H A Dlocale_map.c25 #define malloc __libc_malloc macro
/third_party/musl/src/ldso/
H A Ddlerror.c8 #define malloc __libc_malloc macro
/third_party/skia/src/core/
H A DSkMipmap.h89 SkMipmap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipmap() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DLinuxMallocProfiling.cpp60 extern "C" void *malloc(size_t size) { in malloc() function
/third_party/ffmpeg/libavcodec/tests/
H A Dsnowenc.c23 #undef malloc macro
/third_party/musl/src/process/
H A Dfdop.h14 #define malloc __libc_malloc macro
/third_party/musl/porting/linux/user/src/ldso/
H A Ddlerror.c9 #define malloc __libc_malloc macro
/third_party/musl/src/thread/
H A Dpthread_atfork.c6 #define malloc __libc_malloc macro
/third_party/python/Include/cpython/
H A Dpymem.h52 void* (*malloc) (void *ctx, size_t size); member
/third_party/curl/lib/
H A Dmemdebug.h117 #define malloc(size) curl_dbg_malloc(size, __LINE__, __FILE__) 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

Completed in 8 milliseconds

1234