Searched refs:num_full_pages (Results 1 – 2 of 2) sorted by relevance
143 bucket->num_full_pages = 0; in PartitionBucketInitBase()606 ++bucket->num_full_pages; in PartitionSetNewActivePage()609 if (UNLIKELY(!bucket->num_full_pages)) in PartitionSetNewActivePage()700 DCHECK(!bucket->num_full_pages); in PartitionDirectMap()955 --bucket->num_full_pages; in PartitionFreeSlowPath()1274 ++stats_out->num_full_pages; in PartitionDumpPageStats()1290 !bucket->num_full_pages) in PartitionDumpBucketStats()1296 stats_out->num_full_pages = static_cast<size_t>(bucket->num_full_pages); in PartitionDumpBucketStats()1301 stats_out->active_bytes = bucket->num_full_pages * bucket_useful_storage; in PartitionDumpBucketStats()1303 bucket->num_full_pages * stats_out->allocated_page_size; in PartitionDumpBucketStats()[all …]
280 unsigned num_full_pages : 24; member389 uint32_t num_full_pages; // Number of pages with all slots allocated. member