Home
last modified time | relevance | path

Searched refs:GetHeapSize (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_thread_registry.h54 uptr GetHeapSize();
Dasan_stats.cc75 return asanThreadRegistry().GetHeapSize(); in __asan_get_heap_size()
Dasan_thread_registry.cc118 uptr AsanThreadRegistry::GetHeapSize() { in GetHeapSize() function in __asan::AsanThreadRegistry