Home
last modified time | relevance | path

Searched refs:AllocatorStatMapped (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h202 AllocatorStatMapped, enumerator
556 stat->Add(AllocatorStatMapped, map_size); in PopulateFreeList()
883 stat->Add(AllocatorStatMapped, kRegionSize); in AllocateRegion()
1086 stat->Add(AllocatorStatMapped, map_size); in Allocate()
1115 stat->Sub(AllocatorStatMapped, h->map_size); in Deallocate()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc233 return stats[AllocatorStatMapped]; in __sanitizer_get_heap_size()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc233 return stats[AllocatorStatMapped]; in __sanitizer_get_heap_size()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc274 return stats[AllocatorStatMapped]; in __sanitizer_get_heap_size()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp614 return stats[AllocatorStatMapped]; in __sanitizer_get_heap_size()