Home
last modified time | relevance | path

Searched refs:GetStats (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_chained_origin_depot.cpp125 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats() function in __sanitizer::ChainedOriginDepot
126 return depot.GetStats(); in GetStats()
H A Dsanitizer_chained_origin_depot.h24 StackDepotStats GetStats() const;
H A Dsanitizer_stackdepot.cpp85 uptr total_before = theDepot.GetStats().allocated + diff; in CompressStackStore()
206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
H A Dsanitizer_allocator_combined.h167 void GetStats(AllocatorStatCounters s) const { in GetStats() function
H A Dsanitizer_stackdepotbase.h48 StackDepotStats GetStats() const { in GetStats() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp23 return chainedOriginDepot.GetStats(); in ChainedOriginDepotGetStats()
H A Dmsan_allocator.cpp423 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
429 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp304 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
310 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp357 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
364 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp120 allocator.GetStats(s); in GetAllocatorStats()
665 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
671 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp445 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
451 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
H A Dtsan_platform_linux.cpp133 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()