Home
last modified time | relevance | path

Searched refs:__sanitizer_free_hook (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_internal.h123 if (&__sanitizer_free_hook) __sanitizer_free_hook(ptr); \
Dasan_allocator.cc920 void __sanitizer_free_hook(void *ptr) { in __sanitizer_free_hook() function
/external/compiler-rt/test/asan/TestCases/Posix/
Dfree_hook_realloc.cc12 void __sanitizer_free_hook(const volatile void *ptr) { in __sanitizer_free_hook() function
/external/compiler-rt/test/asan/TestCases/Windows/
Dfree_hook_realloc.cc15 void __sanitizer_free_hook(const volatile void *ptr) { in __sanitizer_free_hook() function
/external/compiler-rt/include/sanitizer/
Dallocator_interface.h61 void __sanitizer_free_hook(const volatile void *ptr);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_interface.h39 /* OPTIONAL */ void __sanitizer_free_hook(void *ptr);
/external/compiler-rt/test/sanitizer_common/TestCases/
Dmalloc_hook.cc23 void __sanitizer_free_hook(const volatile void *ptr) { in __sanitizer_free_hook() function
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc107 if (&__sanitizer_free_hook) __sanitizer_free_hook(p); in Deallocate()
/external/compiler-rt/lib/msan/
Dmsan.h322 if (&__sanitizer_free_hook) { \
324 __sanitizer_free_hook(ptr); \
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc29 void __sanitizer_free_hook(void *ptr) { in __sanitizer_free_hook() function
238 __sanitizer_free_hook(ptr); in invoke_free_hook()