Home
last modified time | relevance | path

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

12

/external/compiler-rt/test/esan/TestCases/
Dworkingset-early-fault.c15 void *calloc(size_t size, size_t n) { in calloc() function
/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/u-boot/common/
Dmalloc_simple.c54 void *calloc(size_t nmemb, size_t elem_size) in calloc() function
/external/clang/test/Sema/
Dimplicit-builtin-decl.c17 int calloc = 1; in g() local
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc68 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/
Dmalloc.cc123 void *calloc(size_t num_elems, size_t size) { in calloc() function
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h15 # define calloc je_calloc macro
Djemalloc_mangle_jet.h15 # define calloc jet_calloc macro
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h13 # define calloc je_calloc macro
Djemalloc_mangle_jet.h13 # define calloc jet_calloc macro
Djemalloc.h344 # define calloc je_calloc macro
/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h31 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
/external/libunwind/tests/
DLtest-nocalloc.c41 calloc(size_t n, size_t s) in calloc() function
/external/curl/lib/
Dcurl_memory.h126 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
Dmemdebug.h90 #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__) macro
/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/python/cpython3/Include/
Dpymem.h187 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/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.cc90 void *calloc(size_t nmemb, size_t size) { in calloc() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp39 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/external/wayland/tests/
Dtest-runner.c92 calloc(size_t nmemb, size_t size) in calloc() function

12