Searched refs:GetStats (Results 1 – 13 of 13) sorted by relevance
72 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()
125 StackDepotStats ChainedOriginDepot::GetStats() const { in GetStats() function in __sanitizer::ChainedOriginDepot126 return depot.GetStats(); in GetStats()
24 StackDepotStats GetStats() const;
85 uptr total_before = theDepot.GetStats().allocated + diff; in CompressStackStore()206 StackDepotStats StackDepotGetStats() { return theDepot.GetStats(); } in StackDepotGetStats()
167 void GetStats(AllocatorStatCounters s) const { in GetStats() function
48 StackDepotStats GetStats() const { in GetStats() function
23 return chainedOriginDepot.GetStats(); in ChainedOriginDepotGetStats()
358 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()364 allocator.GetStats(stats); in __sanitizer_get_heap_size()
279 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()285 allocator.GetStats(stats); in __sanitizer_get_heap_size()
339 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()346 allocator.GetStats(stats); in __sanitizer_get_heap_size()
110 allocator.GetStats(s); in GetAllocatorStats()610 allocator.GetStats(stats); in __sanitizer_get_current_allocated_bytes()616 allocator.GetStats(stats); in __sanitizer_get_heap_size()
406 allocator()->GetStats(stats); in __sanitizer_get_current_allocated_bytes()412 allocator()->GetStats(stats); in __sanitizer_get_heap_size()
132 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()