Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dmmap_at_init.c20 void *calloc(size_t Num, size_t Size) { in calloc() function
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DCustomAllocator.cpp39 extern "C" void *calloc(size_t n, size_t elem_size) { in calloc() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dimplicit-builtin-decl.c16 int calloc = 1; in g() local
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp73 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
172 void *(*calloc)(uptr n_elements, uptr elem_size); member
179 void *(*calloc)(uptr n_elements, uptr elem_size); member
H A Dasan_malloc_win.cpp113 void *calloc(size_t nmemb, size_t size) { in calloc() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp35 INTERCEPTOR_ATTRIBUTE void *calloc(size_t nmemb, size_t size) { in calloc() function
H A Dscudo_allocator.cpp564 void *calloc(uptr NMemB, uptr Size) { in calloc() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddispatch-once.m16 void *calloc(size_t nmemb, size_t size); function
H A DMismatchedDeallocator-checker-test.mm10 void *calloc(size_t nmemb, size_t size); function
H A Dmalloc.mm225 void *calloc(size_t, size_t); function
H A Duninit-vals.m7 void *calloc(size_t nmemb, size_t size); function
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h166 #define calloc(num, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp116 void *calloc(size_t nmemb, size_t size) { in calloc() function
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp51 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp86 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp900 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp677 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp682 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument