Home
last modified time | relevance | path

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

123

/external/musl/src/malloc/
Dlibc_calloc.c1 #define calloc __libc_calloc macro
Dcalloc.c33 void *calloc(size_t m, size_t n) in calloc() function
/external/musl/src/locale/
Dfreelocale.c5 #define calloc undef macro
Dduplocale.c7 #define calloc undef macro
Dnewlocale.c8 #define calloc undef macro
Dlocale_map.c11 #define calloc undef macro
/external/compiler-rt/test/esan/TestCases/
Dworkingset-early-fault.c15 void *calloc(size_t size, size_t n) { in calloc() function
/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/clang/test/Sema/
Dimplicit-builtin-decl.c17 int calloc = 1; in g() local
/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.h55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/external/musl/src/process/
Dfdop.h15 #define calloc __libc_calloc macro
/external/curl/lib/
Dcurl_memory.h128 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
/external/musl/src/ldso/
Ddlerror.c10 #define calloc __libc_calloc macro
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_override_libc_symbols.h48 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
Dmalloc_zone_functions_mac.h46 calloc_type calloc; member
/external/musl/src/exit/
Datexit.c8 #define calloc __libc_calloc macro
/external/musl/src/thread/
Dsem_open.c18 #define calloc __libc_calloc macro
/external/ipsec-tools/src/racoon/
Dgcmalloc.h62 calloc(size_t number, size_t size) in calloc() function
/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

123