Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_stats.h20 struct ThreadCacheStats { struct
21 uint64_t alloc_count; // Total allocation requests.
22 uint64_t alloc_hits; // Thread cache hits.
23 uint64_t alloc_misses; // Thread cache misses.
26 uint64_t alloc_miss_empty;
27 uint64_t alloc_miss_too_large;
30 uint64_t cache_fill_count;
31 uint64_t cache_fill_hits;
32 uint64_t cache_fill_misses; // Object too large.
34 uint64_t batch_fill_count; // Number of central allocator requests.
[all …]