/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 56 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument 150 void *(*calloc)(uptr n_elements, uptr elem_size); member 157 void *(*calloc)(uptr n_elements, uptr elem_size); member
|
D | asan_malloc_win.cc | 68 void *calloc(size_t nmemb, size_t size) { 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/clang/test/Sema/ |
D | implicit-builtin-decl.c | 17 int calloc = 1; in g() local
|
/external/curl/lib/ |
D | curl_memory.h | 113 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
|
D | memdebug.h | 88 #define calloc(nbelem,size) curl_docalloc(nbelem, size, __LINE__, __FILE__) macro
|
/external/boringssl/src/crypto/test/ |
D | malloc.cc | 130 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle_jet.h | 15 # define calloc jet_calloc macro
|
D | jemalloc_mangle.h | 15 # define calloc je_calloc macro
|
D | jemalloc.h | 334 # define calloc je_calloc macro
|
/external/avahi/avahi-common/ |
D | avahi-malloc.h | 79 void* (*calloc)(size_t nmemb, size_t size) AVAHI_GCC_ALLOC_SIZE2(1,2); /**< May be NULL */ member
|
/external/libunwind/tests/ |
D | Ltest-nocalloc.c | 41 calloc(size_t n, size_t s) in calloc() function
|
/external/ipsec-tools/src/racoon/ |
D | gcmalloc.h | 62 calloc(size_t number, size_t size) in calloc() function
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 88 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
|
D | malloc.mm | 204 void *calloc(size_t, size_t); function
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 158 #define calloc(n,sz) VG_(calloc) ("gdbsrv", n, sz) macro
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 62 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/external/valgrind/memcheck/ |
D | mc_malloc_wrappers.c | 420 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) in MC_() argument
|
/external/cmockery/cmockery_0_1_2/src/google/ |
D | cmockery.h | 244 #define calloc test_calloc macro
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 68 #define calloc hb_calloc_impl macro
|
/external/valgrind/coregrind/ |
D | m_mallocfree.c | 2583 void* VG_(calloc) ( const HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) in VG_() argument
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 980 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|