/external/compiler-rt/test/esan/TestCases/ |
D | workingset-early-fault.c | 15 void *calloc(size_t size, size_t n) { in calloc() function
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | allocate_module.c | 25 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
|
D | calculator.c | 59 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
|
/external/u-boot/common/ |
D | malloc_simple.c | 54 void *calloc(size_t nmemb, size_t elem_size) in calloc() function
|
/external/clang/test/Sema/ |
D | implicit-builtin-decl.c | 17 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/jemalloc/include/jemalloc/ |
D | jemalloc_mangle.h | 15 # define calloc je_calloc macro
|
D | jemalloc_mangle_jet.h | 15 # define calloc jet_calloc macro
|
/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
|
D | jemalloc.h | 344 # define calloc je_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/libunwind/tests/ |
D | Ltest-nocalloc.c | 41 calloc(size_t n, size_t s) in calloc() function
|
/external/curl/lib/ |
D | curl_memory.h | 126 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
|
D | memdebug.h | 90 #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__) macro
|
/external/openssh/openbsd-compat/ |
D | getrrsetbyname-ldns.c | 60 #define calloc(x, y) (xcalloc((x),(y))) macro
|
/external/ipsec-tools/src/racoon/ |
D | gcmalloc.h | 62 calloc(size_t number, size_t size) in calloc() function
|
/external/python/cpython3/Include/ |
D | pymem.h | 187 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
|
/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
|
D | malloc.mm | 204 void *calloc(size_t, size_t); function
|
/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/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 39 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/external/wayland/tests/ |
D | test-runner.c | 92 calloc(size_t nmemb, size_t size) in calloc() function
|