/external/syslinux/com32/lib/ |
D | calloc.c | 10 void *calloc(size_t nmemb, size_t size) in calloc() function
|
/external/syslinux/gpxe/src/include/ |
D | stdlib.h | 43 static inline void * __malloc calloc ( size_t nmemb, size_t size ) { in calloc() function
|
/external/compiler-rt/test/esan/TestCases/ |
D | workingset-early-fault.c | 15 void *calloc(size_t size, size_t n) { in calloc() function
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | allocate_module.c | 25 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
|
D | calculator.c | 59 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 68 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
|
D | asan_malloc_win.cc | 80 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
/external/syslinux/dos/ |
D | malloc.c | 103 void *calloc(size_t nmemb, size_t size) in calloc() function
|
/external/clang/test/Sema/ |
D | implicit-builtin-decl.c | 17 int calloc = 1; in g() local
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle.h | 15 # define calloc je_calloc macro
|
D | jemalloc_mangle_jet.h | 15 # define calloc jet_calloc macro
|
D | jemalloc.h | 334 # define calloc je_calloc macro
|
/external/boringssl/src/crypto/test/ |
D | malloc.cc | 128 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
/external/libunwind/tests/ |
D | Ltest-nocalloc.c | 41 calloc(size_t n, size_t s) in calloc() function
|
/external/curl/lib/ |
D | curl_memory.h | 126 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
|
D | memdebug.h | 84 #define calloc(nbelem,size) curl_docalloc(nbelem, size, __LINE__, __FILE__) macro
|
/external/openssh/openbsd-compat/ |
D | getrrsetbyname-ldns.c | 60 #define calloc(x, y) (xcalloc((x),(y))) macro
|
/external/ipsec-tools/src/racoon/ |
D | gcmalloc.h | 62 calloc(size_t number, size_t size) in calloc() function
|
/external/clang/test/Analysis/ |
D | MismatchedDeallocator-checker-test.mm | 9 void *calloc(size_t nmemb, size_t size); function
|
D | uninit-vals.m | 7 void *calloc(size_t nmemb, size_t size); function
|
D | malloc.mm | 204 void *calloc(size_t, size_t); function
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 90 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 39 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/external/syslinux/com32/gplinclude/zzjson/ |
D | zzjson.h | 37 void *(*calloc)(size_t nmemb, size_t size); // pa c member
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 158 #define calloc(n,sz) VG_(calloc) ("gdbsrv", n, sz) macro
|