/third_party/musl/porting/linux/user/src/malloc/ |
H A D | calloc.c | 6 void *calloc(size_t m, size_t n) in calloc() function
|
/third_party/musl/src/malloc/linux/ |
H A D | calloc.c | 21 void *calloc(size_t m, size_t n) in calloc() function
|
/third_party/musl/src/malloc/ |
H A D | calloc.c | 33 void *calloc(size_t m, size_t n) in calloc() function
|
H A D | libc_calloc.c | 68 #define calloc __libc_calloc macro
|
/third_party/musl/src/locale/ |
H A D | freelocale.c | 6 #define calloc undef macro
|
H A D | duplocale.c | 7 #define calloc undef macro
|
H A D | newlocale.c | 8 #define calloc undef macro
|
/third_party/musl/porting/liteos_a/user/src/locale/ |
H A D | freelocale.c | 6 #define calloc undef macro
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
H A D | unity_fixture_malloc_overrides.h | 38 #define calloc unity_calloc macro
|
/third_party/musl/porting/uniproton/kernel/src/malloc/ |
H A D | malloc.c | 6 void *calloc(size_t nitems, size_t size) in calloc() function
|
/third_party/unity/extras/memory/src/ |
H A D | unity_memory.h | 42 #define calloc unity_calloc macro
|
/kernel/liteos_a/compat/posix/src/ |
H A D | malloc.c | 42 void *calloc(size_t nitems, size_t size) in calloc() function
|
/third_party/libunwind/libunwind/tests/ |
H A D | Ltest-nocalloc.c | 41 calloc(size_t n, size_t s) in calloc() function
|
/third_party/musl/libc-test/src/regression/ |
H A D | flockfile-list.c | 39 void *calloc(size_t n, size_t m) in calloc() function
|
/third_party/musl/porting/linux/user/src/locale/ |
H A D | newlocale.c | 8 #define calloc undef macro
|
H A D | locale_map.c | 26 #define calloc undef macro
|
/third_party/musl/src/ldso/ |
H A D | dlerror.c | 9 #define calloc __libc_calloc macro
|
/third_party/musl/src/process/ |
H A D | fdop.h | 15 #define calloc __libc_calloc macro
|
/third_party/musl/porting/linux/user/src/ldso/ |
H A D | dlerror.c | 10 #define calloc __libc_calloc macro
|
/third_party/musl/src/thread/ |
H A D | pthread_atfork.c | 7 #define calloc undef macro
|
/third_party/python/Include/cpython/ |
H A D | pymem.h | 55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
|
/third_party/curl/lib/ |
H A D | memdebug.h | 118 #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__) macro
|
/third_party/musl/src/hook/linux/ |
H A D | malloc_common.c | 151 void* calloc(size_t m, size_t n) in calloc() function
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | malloc_common.c | 123 void* calloc(size_t m, size_t n) in calloc() function
|
/third_party/musl/src/exit/ |
H A D | atexit.c | 8 #define calloc __libc_calloc macro
|