Home
last modified time | relevance | path

Searched defs:__sanitizer_free_hook (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dfree_hook_realloc.cc15 void __sanitizer_free_hook(const volatile void *ptr) { in __sanitizer_free_hook() function
/external/compiler-rt/test/sanitizer_common/TestCases/
Dmalloc_hook.cc21 void __sanitizer_free_hook(const volatile void *ptr) { in __sanitizer_free_hook() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc34 extern "C" void WEAK __sanitizer_free_hook(void *ptr) { in __sanitizer_free_hook() function
/external/compiler-rt/lib/asan/
Dasan_allocator2.cc812 void __sanitizer_free_hook(void *ptr) { in __sanitizer_free_hook() function