Home
last modified time | relevance | path

Searched defs:calloc (Results 1 – 25 of 25) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dallocate_module.c25 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
Dcalculator.c59 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
/external/clang/test/Sema/
Dimplicit-builtin-decl.c17 int calloc = 1; in g() local
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc44 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
Dasan_malloc_win.cc68 void *calloc(size_t nmemb, size_t size) { in calloc() function
Dasan_malloc_mac.cc124 INTERCEPTOR(void *, calloc, size_t nmemb, size_t size) { in INTERCEPTOR() argument
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h15 # define calloc je_calloc macro
Djemalloc_mangle_jet.h15 # define calloc jet_calloc macro
Djemalloc.h194 # define calloc je_calloc macro
/external/boringssl/src/crypto/test/
Dmalloc.cc127 void *calloc(size_t num_elems, size_t size) { in calloc() function
/external/libunwind/tests/
DLtest-nocalloc.c41 calloc(size_t n, size_t s) in calloc() function
/external/openssh/openbsd-compat/
Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/external/ipsec-tools/src/racoon/
Dgcmalloc.h62 calloc(size_t number, size_t size) in calloc() function
/external/clang/test/Analysis/
DMismatchedDeallocator-checker-test.mm9 void *calloc(size_t nmemb, size_t size); function
Duninit-vals.m7 void *calloc(size_t nmemb, size_t size); function
Dmalloc.mm204 void *calloc(size_t, size_t); function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc88 void *calloc(size_t nmemb, size_t size) { in calloc() function
/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.h110 # define calloc vpx_calloc macro
/external/valgrind/coregrind/m_gdbserver/
Dserver.h158 #define calloc(n,sz) VG_(calloc) ("gdbsrv", n, sz) macro
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc62 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c420 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) in MC_() argument
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h244 #define calloc test_calloc macro
/external/valgrind/coregrind/
Dm_mallocfree.c2583 void* VG_(calloc) ( const HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) in VG_() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc974 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc551 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument