Searched refs:ThreadCacheStats (Results 1 – 5 of 5) sorted by relevance
20 struct ThreadCacheStats { struct92 ThreadCacheStats current_thread_cache_stats;93 ThreadCacheStats all_thread_caches_stats;
127 void DumpStats(bool my_thread_only, ThreadCacheStats* stats); in PA_COMPONENT_EXPORT()339 void AccumulateStats(ThreadCacheStats* stats) const; in PA_COMPONENT_EXPORT()397 ThreadCacheStats& stats_for_testing() { return stats_; } in PA_COMPONENT_EXPORT()462 ThreadCacheStats stats_; in PA_COMPONENT_EXPORT()
617 ThreadCacheStats stats; in TEST_P()637 const ThreadCacheStats& wqthread_stats, in ThreadDelegateForMultipleThreadCachesAccounting()650 ThreadCacheStats stats; in ThreadMain()659 ThreadCacheStats this_thread_cache_stats{}; in ThreadMain()669 const ThreadCacheStats wqthread_stats_;676 ThreadCacheStats wqthread_stats{0}; in TEST_P()694 ThreadCacheStats this_stats; in TEST_P()
118 ThreadCacheStats* stats) { in DumpStats()120 memset(reinterpret_cast<void*>(stats), 0, sizeof(ThreadCacheStats)); in DumpStats()786 void ThreadCache::AccumulateStats(ThreadCacheStats* stats) const { in AccumulateStats()
224 const partition_alloc::ThreadCacheStats& stats, in ReportPartitionAllocThreadCacheStats()