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

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dfree_hook_realloc.cc12 void __sanitizer_free_hook(const volatile void *ptr) { function
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dfree_hook_realloc.cc15 void __sanitizer_free_hook(const volatile void *ptr) { function
/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);
66 __sanitizer_malloc_hook/__sanitizer_free_hook.
67 Unlike __sanitizer_malloc_hook/__sanitizer_free_hook these hooks can be
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h39 /* OPTIONAL */ void __sanitizer_free_hook(void *ptr);
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dmalloc_hook.cc23 void __sanitizer_free_hook(const volatile void *ptr) { function
/external/compiler-rt/lib/asan/
H A Dasan_internal.h123 if (&__sanitizer_free_hook) __sanitizer_free_hook(ptr); \
H A Dasan_allocator.cc920 void __sanitizer_free_hook(void *ptr) { function
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc107 if (&__sanitizer_free_hook) __sanitizer_free_hook(p);
/external/compiler-rt/lib/msan/
H A Dmsan.h322 if (&__sanitizer_free_hook) { \
324 __sanitizer_free_hook(ptr); \
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc29 void __sanitizer_free_hook(void *ptr) { function
238 __sanitizer_free_hook(ptr);

Completed in 230 milliseconds