Home
last modified time | relevance | path

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

12

/external/syslinux/com32/lib/
Dcalloc.c10 void *calloc(size_t nmemb, size_t size) in calloc() function
/external/syslinux/gpxe/src/include/
Dstdlib.h43 static inline void * __malloc calloc ( size_t nmemb, 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/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/syslinux/dos/
Dmalloc.c103 void *calloc(size_t nmemb, size_t size) in calloc() function
/external/clang/test/Sema/
Dimplicit-builtin-decl.c17 int calloc = 1; in g() local
/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
Djemalloc.h334 # define calloc je_calloc macro
/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
Dasan_malloc_win.cc80 void *calloc(size_t nmemb, size_t size) { 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.h84 #define calloc(nbelem,size) curl_docalloc(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/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
Dmalloc.mm204 void *calloc(size_t, size_t); function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp39 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/external/valgrind/coregrind/m_gdbserver/
Dserver.h166 #define calloc(n,sz) VG_(calloc) ("gdbsrv", n, sz) macro
/external/syslinux/com32/gplinclude/zzjson/
Dzzjson.h37 void *(*calloc)(size_t nmemb, size_t size); // pa c member

12