/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/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 44 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument 133 void *(*calloc)(uptr n_elements, uptr elem_size); member 140 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
|
D | asan_malloc_mac.cc | 124 INTERCEPTOR(void *, calloc, size_t nmemb, size_t size) { in INTERCEPTOR() argument
|
/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
|
D | jemalloc.h | 194 # define calloc je_calloc macro
|
/external/boringssl/src/crypto/test/ |
D | malloc.cc | 127 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
/external/libunwind/tests/ |
D | Ltest-nocalloc.c | 41 calloc(size_t n, size_t s) in calloc() function
|
/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/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 | 88 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
/external/libvpx/libvpx/vpx_mem/ |
D | vpx_mem.h | 110 # define calloc vpx_calloc macro
|
/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/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 | 974 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 551 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
|