HomeSort by relevance Sort by last modified time
    Searched refs:__asan_free_hook (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/TestCases/
free_hook_realloc.cc 10 void __asan_free_hook(void *ptr) { function
malloc_hook.cc 19 void __asan_free_hook(void *ptr) { function
  /external/compiler-rt/lib/asan/
asan_internal.h 118 if (&__asan_free_hook) __asan_free_hook(ptr)
asan_interface_internal.h 137 /* OPTIONAL */ void __asan_free_hook(void *ptr)
asan_allocator2.cc 821 void __asan_free_hook(void *ptr) { function
  /external/compiler-rt/include/sanitizer/
asan_interface.h 129 // __asan_free_hook(ptr) is called immediately before
132 void __asan_free_hook(void *ptr);

Completed in 56 milliseconds