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

  /external/compiler-rt/include/sanitizer/
asan_interface.h 111 size_t __asan_get_heap_size();
  /external/compiler-rt/lib/asan/
asan_stats.cc 79 uptr __asan_get_heap_size() { function
asan_interface_internal.h 118 uptr __asan_get_heap_size()
asan_rtl.cc 286 case 22: __asan_get_heap_size(); break;
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 297 size_t mmaped1 = __asan_get_heap_size();
302 size_t mmaped2 = __asan_get_heap_size();
437 old_heap_size = __asan_get_heap_size();
440 new_heap_size = __asan_get_heap_size();
450 heap_growth = __asan_get_heap_size() - old_heap_size;
468 uptr old_heap_size = __asan_get_heap_size();
472 EXPECT_EQ(old_heap_size, __asan_get_heap_size());

Completed in 1022 milliseconds