Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h74 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/asan/
H A Dasan_fake_stack.cpp250 static ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree() function
H A Dasan_malloc_linux.cpp42 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