| /external/llvm-project/compiler-rt/test/dfsan/ |
| D | interceptors.c | 18 void *calloc(size_t Num, size_t Size) { in calloc() function
|
| /external/compiler-rt/test/esan/TestCases/ |
| D | workingset-early-fault.c | 15 void *calloc(size_t size, size_t n) { in calloc() function
|
| /external/llvm-project/compiler-rt/test/fuzzer/ |
| D | CustomAllocator.cpp | 39 extern "C" void *calloc(size_t n, size_t elem_size) { in calloc() function
|
| /external/clang/test/Sema/ |
| D | implicit-builtin-decl.c | 17 int calloc = 1; in g() local
|
| /external/llvm-project/clang/test/Sema/ |
| D | implicit-builtin-decl.c | 16 int calloc = 1; in g() local
|
| /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/boringssl/src/crypto/test/ |
| D | malloc.cc | 123 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
| /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 | 61 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
|
| /external/curl/lib/ |
| D | curl_memory.h | 126 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
|
| /external/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_malloc.cpp | 35 INTERCEPTOR_ATTRIBUTE void *calloc(size_t nmemb, size_t size) { in calloc() function
|
| /external/llvm-project/compiler-rt/lib/asan/ |
| D | asan_malloc_linux.cpp | 149 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument 253 void *(*calloc)(uptr n_elements, uptr elem_size); member 260 void *(*calloc)(uptr n_elements, uptr elem_size); member
|
| /external/openssh/openbsd-compat/ |
| D | getrrsetbyname-ldns.c | 60 #define calloc(x, y) (xcalloc((x),(y))) macro
|
| /external/perfetto/src/profiling/memory/ |
| D | malloc_interceptor_glibc_preload.cc | 61 void* calloc(size_t nmemb, size_t size) { in calloc() function
|
| /external/llvm-project/clang/test/Analysis/ |
| D | dispatch-once.m | 16 void *calloc(size_t nmemb, size_t size); function
|
| D | MismatchedDeallocator-checker-test.mm | 10 void *calloc(size_t nmemb, size_t size); function
|
| /external/ipsec-tools/src/racoon/ |
| D | gcmalloc.h | 62 calloc(size_t number, size_t size) in calloc() function
|
| /external/llvm-project/openmp/runtime/src/ |
| D | kmp_wrapper_malloc.h | 166 #define calloc(num, size) \ macro
|
| /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
|
| D | uninit-vals.m | 7 void *calloc(size_t nmemb, size_t size); function
|