Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc662 ++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()
Dpartition_bucket.cc88 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()
Dpartition_bucket.h30 uint32_t num_full_pages : 24; member
Dpartition_page.cc129 --bucket->num_full_pages; in FreeSlowPath()
Dpartition_alloc.h201 uint32_t num_full_pages; // Number of pages with all slots allocated. member