Home
last modified time | relevance | path

Searched defs:calloc (Results 1 - 25 of 58) sorted by relevance

123

/third_party/musl/porting/linux/user/src/malloc/
H A Dcalloc.c6 void *calloc(size_t m, size_t n) in calloc() function
/third_party/musl/src/malloc/linux/
H A Dcalloc.c21 void *calloc(size_t m, size_t n) in calloc() function
/third_party/musl/src/malloc/
H A Dcalloc.c33 void *calloc(size_t m, size_t n) in calloc() function
H A Dlibc_calloc.c68 #define calloc __libc_calloc macro
/third_party/musl/src/locale/
H A Dfreelocale.c6 #define calloc undef macro
H A Dduplocale.c7 #define calloc undef macro
H A Dnewlocale.c8 #define calloc undef macro
H A Dlocale_map.c11 #define calloc undef macro
/third_party/musl/porting/liteos_a/user/src/locale/
H A Dfreelocale.c6 #define calloc undef macro
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture_malloc_overrides.h38 #define calloc unity_calloc macro
/third_party/musl/porting/uniproton/kernel/src/malloc/
H A Dmalloc.c6 void *calloc(size_t nitems, size_t size) in calloc() function
/third_party/unity/extras/memory/src/
H A Dunity_memory.h42 #define calloc unity_calloc macro
/third_party/libunwind/libunwind/tests/
H A DLtest-nocalloc.c41 calloc(size_t n, size_t s) in calloc() function
/third_party/musl/libc-test/src/regression/
H A Dflockfile-list.c39 void *calloc(size_t n, size_t m) in calloc() function
/third_party/musl/porting/linux/user/src/locale/
H A Dnewlocale.c8 #define calloc undef macro
H A Dlocale_map.c26 #define calloc undef macro
/third_party/musl/src/ldso/
H A Ddlerror.c9 #define calloc __libc_calloc macro
/third_party/musl/src/process/
H A Dfdop.h15 #define calloc __libc_calloc macro
/third_party/musl/porting/linux/user/src/ldso/
H A Ddlerror.c10 #define calloc __libc_calloc macro
/third_party/musl/src/thread/
H A Dpthread_atfork.c7 #define calloc undef macro
/third_party/python/Include/cpython/
H A Dpymem.h55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/third_party/curl/lib/
H A Dmemdebug.h118 #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__) macro
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c151 void* calloc(size_t m, size_t n) in calloc() function
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c123 void* calloc(size_t m, size_t n) in calloc() function
/third_party/musl/src/exit/
H A Datexit.c8 #define calloc __libc_calloc macro

Completed in 7 milliseconds

123