Searched refs:__asan_free_hook (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/lit_tests/
H A Dmalloc_hook.cc12 void __asan_free_hook(void *ptr) { function
/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h193 // __asan_free_hook(ptr) is called immediately before
198 void __asan_free_hook(void *ptr)
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc252 case 35: __asan_free_hook(0); break;
H A Dasan_allocator.cc798 void __asan_free_hook(void *ptr) {
814 __asan_free_hook(ptr);
839 __asan_free_hook(p);

Completed in 507 milliseconds