Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/dfsan/
H A Dmmap_at_init.c21 void *calloc(size_t Num, size_t Size) { in calloc() function
/llvm-project/compiler-rt/test/fuzzer/
H A DCustomAllocator.cpp39 extern "C" void *calloc(size_t n, size_t elem_size) { in calloc() function
/llvm-project/clang/test/Sema/
H A Dimplicit-builtin-decl.c16 int calloc = 1; in g() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp72 INTERCEPTOR(void *,calloc,uptr nmemb,uptr size) INTERCEPTOR() argument
169 void *(*calloc)(uptr n_elements, uptr elem_size); global() member
176 void *(*calloc)(uptr n_elements, uptr elem_size); global() member
H A Dasan_malloc_win.cpp113 void *calloc(size_t nmemb, size_t size) { calloc() function
[all...]
/llvm-project/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/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h166 #define calloc(num, size) \ macro
/llvm-project/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/libc/src/__support/
H A Dfreelist_heap.h252 void *FreeListHeap<NUM_BUCKETS>::calloc(size_t num, size_t size) { calloc() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp51 INTERCEPTOR(void *,calloc,SIZE_T nmemb,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp129 INTERCEPTOR(void *,calloc,uptr Nmemb,uptr size) INTERCEPTOR() argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c88 extern inline RPMALLOC_RESTRICT void *RPMALLOC_CDECL calloc(size_t count, in calloc() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp86 INTERCEPTOR(void *,calloc,uptr nmemb,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp999 INTERCEPTOR(void *,calloc,SIZE_T nmemb,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp681 TSAN_INTERCEPTOR(void *,calloc,uptr size,uptr n) TSAN_INTERCEPTOR() argument