Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h74 static void OnFree(const void *ptr, uptr size) {} in OnFree() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc212 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.cc214 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp42 static void OnFree(const void *ptr, uptr size) { in OnFree() function
H A Dasan_fake_stack.cpp234 static ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp56 static void OnFree(const void *ptr, uptr size) { in OnFree() function