Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc120 root->total_size_of_committed_pages = 0; in PartitionAllocBaseInit()
270 root->total_size_of_committed_pages > in PartitionOutOfMemory()
331 root->total_size_of_committed_pages += len; in PartitionIncreaseCommittedPages()
332 DCHECK(root->total_size_of_committed_pages <= in PartitionIncreaseCommittedPages()
339 root->total_size_of_committed_pages -= len; in PartitionDecreaseCommittedPages()
340 DCHECK(root->total_size_of_committed_pages <= in PartitionDecreaseCommittedPages()
1333 stats.total_committed_bytes = partition->total_size_of_committed_pages; in PartitionDumpStatsGeneric()
1428 stats.total_committed_bytes = partition->total_size_of_committed_pages; in PartitionDumpStats()
Dpartition_alloc.h301 size_t total_size_of_committed_pages; member