HomeSort by relevance Sort by last modified time
    Searched defs:__sanitizer_free_hook (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/test/asan/TestCases/Posix/
free_hook_realloc.cc 12 void __sanitizer_free_hook(const volatile void *ptr) { function
  /external/compiler-rt/test/asan/TestCases/Windows/
free_hook_realloc.cc 15 void __sanitizer_free_hook(const volatile void *ptr) { function
  /external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc 23 void __sanitizer_free_hook(const volatile void *ptr) { function
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 29 void __sanitizer_free_hook(void *ptr) { function
238 __sanitizer_free_hook(ptr);
  /external/compiler-rt/lib/asan/
asan_allocator.cc 920 void __sanitizer_free_hook(void *ptr) { function

Completed in 89 milliseconds