Searched refs:__sanitizer_free_hook (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/include/sanitizer/
H A Dallocator_interface.h58 __sanitizer_free_hook(ptr) is called immediately before
61 void __sanitizer_free_hook(const volatile void *ptr);
/external/compiler-rt/test/asan/TestCases/
H A Dfree_hook_realloc.cc15 void __sanitizer_free_hook(const volatile void *ptr) { function
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dmalloc_hook.cc21 void __sanitizer_free_hook(const volatile void *ptr) { function
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h35 /* OPTIONAL */ void __sanitizer_free_hook(void *ptr);
/external/compiler-rt/lib/asan/
H A Dasan_internal.h119 if (&__sanitizer_free_hook) __sanitizer_free_hook(ptr)
H A Dasan_allocator2.cc812 void __sanitizer_free_hook(void *ptr) { function
/external/compiler-rt/lib/msan/
H A Dmsan.h148 if (&__sanitizer_free_hook) __sanitizer_free_hook(ptr)
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc34 extern "C" void WEAK __sanitizer_free_hook(void *ptr) { function
159 __sanitizer_free_hook(ptr);

Completed in 879 milliseconds