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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h74 static void OnFree(const void *ptr, uptr size) {} function in struct:__sanitizer::DlSymAllocator
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp42 static void OnFree(const void *ptr, uptr size) { function in struct:DlsymAlloc
H A Dasan_fake_stack.cpp234 static ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { function in namespace:__asan
/netbsd-current/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) { function in namespace:__asan
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc212 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { function in namespace:__asan
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp56 static void OnFree(const void *ptr, uptr size) { function in struct:DlsymAlloc

Completed in 103 milliseconds