Searched refs:num_full_pages (Results 1 – 5 of 5) sorted by relevance
662 ++stats_out->num_full_pages; in PartitionDumpPageStats()679 !bucket->num_full_pages) in PartitionDumpBucketStats()685 stats_out->num_full_pages = static_cast<size_t>(bucket->num_full_pages); in PartitionDumpBucketStats()690 stats_out->active_bytes = bucket->num_full_pages * bucket_useful_storage; in PartitionDumpBucketStats()692 bucket->num_full_pages * stats_out->allocated_page_size; in PartitionDumpBucketStats()785 mapped_stats.num_full_pages = 1; in DumpStats()
88 DCHECK(!bucket->num_full_pages); in PartitionDirectMap()183 num_full_pages = 0; in Init()440 ++num_full_pages; in SetNewActivePage()443 if (UNLIKELY(!num_full_pages)) in SetNewActivePage()
30 uint32_t num_full_pages : 24; member
129 --bucket->num_full_pages; in FreeSlowPath()
201 uint32_t num_full_pages; // Number of pages with all slots allocated. member