Home
last modified time | relevance | path

Searched refs:OnFree (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h52 Details::OnFree(ptr, size); in Free()
74 static void OnFree(const void *ptr, uptr size) {} in OnFree() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp250 static ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree() function
270 OnFree(ptr, class_id, size); \
H A Dasan_malloc_linux.cpp42 static void OnFree(const void *ptr, uptr size) { in OnFree() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp33 static void OnFree(const void *ptr, uptr size) { in OnFree() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp56 static void OnFree(const void *ptr, uptr size) { in OnFree() function