Home
last modified time | relevance | path

Searched refs:OnAllocate (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h39 Details::OnAllocate(ptr, GetSize(ptr));
46 Details::OnAllocate(ptr, GetSize(ptr)); in Callocate()
82 static void OnAllocate(const void *ptr, uptr size) {} in OnAllocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp34 static void OnAllocate(const void *ptr, uptr size) { in OnAllocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp25 static void OnAllocate(const void *ptr, uptr size) { in OnAllocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp48 static void OnAllocate(const void *ptr, uptr size) { in OnAllocate() function