Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_chained_origin_depot_test.cpp72 StackDepotStats stats0 = chainedOriginDepot.GetStats(); in TEST()
76 StackDepotStats stats1 = chainedOriginDepot.GetStats(); in TEST()
81 StackDepotStats stats2 = chainedOriginDepot.GetStats(); in TEST()
87 StackDepotStats stats3 = chainedOriginDepot.GetStats(); in TEST()
90 EXPECT_GT(chainedOriginDepot.GetStats().allocated, stats2.allocated); in TEST()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp23 return chainedOriginDepot.GetStats(); in ChainedOriginDepotGetStats()
H A Dmsan_allocator.cpp360 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
366 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp80 allocator.GetStats(s); in GetAllocatorStats()
466 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
472 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp275 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
281 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp339 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()
346 allocator.GetStats(stats); in __sanitizer_get_heap_size()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp384 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
390 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
H A Dtsan_platform_linux.cpp130 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp406 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()
412 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
H A Dtsan_platform_linux.cpp132 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()