Searched refs:__asan_get_free_bytes (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_stats.cc78 uptr __asan_get_free_bytes() { function
H A Dasan_rtl.cc238 case 21: __asan_get_free_bytes(); break;
/external/compiler-rt/include/sanitizer/
H A Dasan_interface.h174 // fall into quarantine and will count toward __asan_get_free_bytes() later.
175 uptr __asan_get_free_bytes()
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc453 old_free_bytes = __asan_get_free_bytes();
457 new_free_bytes = __asan_get_free_bytes();
474 old_free_bytes = __asan_get_free_bytes();
477 new_free_bytes = __asan_get_free_bytes();

Completed in 911 milliseconds