/external/musl/src/malloc/ |
D | libc_calloc.c | 1 #define calloc __libc_calloc macro
|
D | calloc.c | 33 void *calloc(size_t m, size_t n) in calloc() function
|
/external/musl/src/locale/ |
D | freelocale.c | 5 #define calloc undef macro
|
D | duplocale.c | 7 #define calloc undef macro
|
D | newlocale.c | 8 #define calloc undef macro
|
D | locale_map.c | 11 #define calloc undef macro
|
/external/compiler-rt/test/esan/TestCases/ |
D | workingset-early-fault.c | 15 void *calloc(size_t size, size_t n) { in calloc() function
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 68 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument 156 void *(*calloc)(uptr n_elements, uptr elem_size); member 163 void *(*calloc)(uptr n_elements, uptr elem_size); member
|
/external/clang/test/Sema/ |
D | implicit-builtin-decl.c | 17 int calloc = 1; in g() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | malloc.cc | 123 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 13 # define calloc je_calloc macro
|
D | jemalloc_mangle_jet.h | 13 # define calloc jet_calloc macro
|
/external/libchrome/base/allocator/ |
D | allocator_shim_override_libc_symbols.h | 31 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
|
/external/python/cpython3/Include/cpython/ |
D | pymem.h | 55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
|
/external/musl/src/process/ |
D | fdop.h | 15 #define calloc __libc_calloc macro
|
/external/curl/lib/ |
D | curl_memory.h | 128 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
|
/external/musl/src/ldso/ |
D | dlerror.c | 10 #define calloc __libc_calloc macro
|
/external/cronet/base/allocator/partition_allocator/shim/ |
D | allocator_shim_override_libc_symbols.h | 48 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
|
D | malloc_zone_functions_mac.h | 46 calloc_type calloc; member
|
/external/musl/src/exit/ |
D | atexit.c | 8 #define calloc __libc_calloc macro
|
/external/musl/src/thread/ |
D | sem_open.c | 18 #define calloc __libc_calloc macro
|
/external/ipsec-tools/src/racoon/ |
D | gcmalloc.h | 62 calloc(size_t number, size_t size) in calloc() function
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/ |
D | BufferRecycler.java | 186 protected char[] calloc(int size) { return new char[size]; } in calloc() method in BufferRecycler
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 90 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
/external/clang/test/Analysis/ |
D | MismatchedDeallocator-checker-test.mm | 9 void *calloc(size_t nmemb, size_t size); function
|