Searched refs:total_size_of_committed_pages (Results 1 – 2 of 2) sorted by relevance
120 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()
301 size_t total_size_of_committed_pages; member