Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_stats.h20 struct ThreadCacheStats { struct
92 ThreadCacheStats current_thread_cache_stats;
93 ThreadCacheStats all_thread_caches_stats;
H A Dthread_cache.h127 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()
H A Dthread_cache_unittest.cc617 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()
H A Dthread_cache.cc118 ThreadCacheStats* stats) { in DumpStats()
120 memset(reinterpret_cast<void*>(stats), 0, sizeof(ThreadCacheStats)); in DumpStats()
786 void ThreadCache::AccumulateStats(ThreadCacheStats* stats) const { in AccumulateStats()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmalloc_dump_provider.cc224 const partition_alloc::ThreadCacheStats& stats, in ReportPartitionAllocThreadCacheStats()