Home
last modified time | relevance | path

Searched refs:Callocate (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h43 static void *Callocate(usize nmemb, usize size) { in Callocate() function
H A Dsanitizer_malloc_mac.inc220 return DlsymAlloc::Callocate(nmemb, size);
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp38 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp63 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp73 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp122 return DlsymAlloc::Callocate(nmemb, size); in __sanitizer_calloc()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp51 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp132 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp118 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp853 return DlsymAlloc::Callocate(num, size);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1028 return DlsymAlloc::Callocate(nmemb, size); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp701 return DlsymAlloc::Callocate(n, size); in TSAN_INTERCEPTOR()