Home
last modified time | relevance | path

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

123

/external/llvm-project/compiler-rt/test/dfsan/
Dinterceptors.c18 void *calloc(size_t Num, size_t Size) { in calloc() function
/external/compiler-rt/test/esan/TestCases/
Dworkingset-early-fault.c15 void *calloc(size_t size, size_t n) { in calloc() function
/external/llvm-project/compiler-rt/test/fuzzer/
DCustomAllocator.cpp39 extern "C" void *calloc(size_t n, size_t elem_size) { in calloc() function
/external/clang/test/Sema/
Dimplicit-builtin-decl.c17 int calloc = 1; in g() local
/external/llvm-project/clang/test/Sema/
Dimplicit-builtin-decl.c16 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/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc123 void *calloc(size_t num_elems, size_t size) { in calloc() function
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h13 # define calloc je_calloc macro
Djemalloc_mangle_jet.h13 # define calloc jet_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/python/cpython3/Include/cpython/
Dpymem.h61 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/external/curl/lib/
Dcurl_memory.h126 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp35 INTERCEPTOR_ATTRIBUTE void *calloc(size_t nmemb, size_t size) { in calloc() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp149 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
253 void *(*calloc)(uptr n_elements, uptr elem_size); member
260 void *(*calloc)(uptr n_elements, uptr elem_size); member
/external/openssh/openbsd-compat/
Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_glibc_preload.cc61 void* calloc(size_t nmemb, size_t size) { in calloc() function
/external/llvm-project/clang/test/Analysis/
Ddispatch-once.m16 void *calloc(size_t nmemb, size_t size); function
DMismatchedDeallocator-checker-test.mm10 void *calloc(size_t nmemb, size_t size); function
/external/ipsec-tools/src/racoon/
Dgcmalloc.h62 calloc(size_t number, size_t size) in calloc() function
/external/llvm-project/openmp/runtime/src/
Dkmp_wrapper_malloc.h166 #define calloc(num, size) \ macro
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DBufferRecycler.java186 protected char[] calloc(int size) { return new char[size]; } in calloc() method in BufferRecycler
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc90 void *calloc(size_t nmemb, 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

123