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

  /external/compiler-rt/include/sanitizer/
asan_interface.h 117 // fall into quarantine and will count toward __asan_get_free_bytes() later.
119 size_t __asan_get_free_bytes();
  /external/compiler-rt/lib/asan/
asan_interface_internal.h 109 SANITIZER_INTERFACE_ATTRIBUTE uptr __asan_get_free_bytes();
asan_stats.cc 178 uptr __asan_get_free_bytes() { function
asan_rtl.cc 465 case 21: __asan_get_free_bytes(); break;

Completed in 727 milliseconds