/third_party/unity/extras/memory/src/ |
D | unity_memory.h | 42 #define calloc unity_calloc macro
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
D | unity_fixture_malloc_overrides.h | 38 #define calloc unity_calloc macro
|
/third_party/uboot/u-boot-2020.01/common/ |
D | malloc_simple.c | 63 void *calloc(size_t nmemb, size_t elem_size) in calloc() function
|
/third_party/boringssl/src/crypto/test/ |
D | malloc.cc | 123 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
/third_party/python/Include/cpython/ |
D | pymem.h | 61 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
|
/third_party/libunwind/tests/ |
D | Ltest-nocalloc.c | 41 calloc(size_t n, size_t s) in calloc() function
|
/third_party/curl/lib/ |
D | curl_memory.h | 126 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
|
D | memdebug.h | 93 #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__) macro
|
/third_party/musl/porting/linux/user/src/hook/ |
D | musl_malloc_dispatch.h | 24 MallocCallocType calloc; member
|
/third_party/musl/libc-test/src/regression/ |
D | flockfile-list.c | 39 void *calloc(size_t n, size_t m) in calloc() function
|
/third_party/glib/glib/ |
D | gmem.h | 379 gpointer (*calloc) (gsize n_blocks, member
|
/third_party/node/deps/uvwasi/include/ |
D | uvwasi.h | 33 uvwasi_calloc calloc; member
|
/third_party/harfbuzz/src/ |
D | hb.hh | 227 #define calloc hb_calloc_impl macro
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | malloc.c | 384 void *calloc(size_t m, size_t n) in calloc() function
|
/third_party/musl/porting/linux/user/src/malloc/ |
D | malloc.c | 364 void *calloc(size_t m, size_t n) in calloc() function
|
/third_party/musl/porting/liteos_a/user/src/malloc/ |
D | malloc.c | 351 void *calloc(size_t m, size_t n) in calloc() function
|
/third_party/musl/src/malloc/ |
D | malloc.c | 354 void *calloc(size_t m, size_t n) in calloc() function
|
/third_party/uboot/u-boot-2020.01/include/ |
D | malloc.h | 862 #pragma weak calloc = __libc_calloc macro
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb.hh | 211 #define calloc hb_calloc_impl macro
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 2445 nghttp2_calloc calloc; member
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 2481 nghttp2_calloc calloc; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 642 #define calloc SDL_calloc macro
|