Home
last modified time | relevance | path

Searched refs:total_size_of_super_pages (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc121 root->total_size_of_super_pages = 0; in PartitionAllocBaseInit()
268 if (root->total_size_of_super_pages + in PartitionOutOfMemory()
333 root->total_size_of_super_pages + in PartitionIncreaseCommittedPages()
341 root->total_size_of_super_pages + in PartitionDecreaseCommittedPages()
391 root->total_size_of_super_pages += kSuperPageSize; in PartitionAllocPartitionPages()
1331 stats.total_mmapped_bytes = partition->total_size_of_super_pages + in PartitionDumpStatsGeneric()
1427 stats.total_mmapped_bytes = partition->total_size_of_super_pages; in PartitionDumpStats()
Dpartition_alloc.h302 size_t total_size_of_super_pages; member