/llvm-project/compiler-rt/test/dfsan/ |
H A D | mmap_at_init.c | 21 void *calloc(size_t Num, size_t Size) { in calloc() function
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | CustomAllocator.cpp | 39 extern "C" void *calloc(size_t n, size_t elem_size) { in calloc() function
|
/llvm-project/clang/test/Sema/ |
H A D | implicit-builtin-decl.c | 16 int calloc = 1; in g() local
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 72 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 D | asan_malloc_win.cpp | 113 void *calloc(size_t nmemb, size_t size) { calloc() function [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | dispatch-once.m | 16 void *calloc(size_t nmemb, size_t size); function
|
H A D | MismatchedDeallocator-checker-test.mm | 10 void *calloc(size_t nmemb, size_t size); function
|
H A D | malloc.mm | 225 void *calloc(size_t, size_t); function
|
H A D | uninit-vals.m | 7 void *calloc(size_t nmemb, size_t size); function
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_wrapper_malloc.h | 166 #define calloc(num, size) \ macro
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_testlib.cpp | 116 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
/llvm-project/libc/src/__support/ |
H A D | freelist_heap.h | 252 void *FreeListHeap<NUM_BUCKETS>::calloc(size_t num, size_t size) { calloc() function
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 51 INTERCEPTOR(void *,calloc,SIZE_T nmemb,SIZE_T size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 129 INTERCEPTOR(void *,calloc,uptr Nmemb,uptr size) INTERCEPTOR() argument
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | malloc.c | 88 extern inline RPMALLOC_RESTRICT void *RPMALLOC_CDECL calloc(size_t count, in calloc() function
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 86 INTERCEPTOR(void *,calloc,uptr nmemb,uptr size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 999 INTERCEPTOR(void *,calloc,SIZE_T nmemb,SIZE_T size) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 681 TSAN_INTERCEPTOR(void *,calloc,uptr size,uptr n) TSAN_INTERCEPTOR() argument
|