Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_root_base.h38 size_t total_size_of_committed_pages = 0; member
171 total_size_of_committed_pages += len; in IncreaseCommittedPages()
172 DCHECK(total_size_of_committed_pages <= in IncreaseCommittedPages()
177 total_size_of_committed_pages -= len; in DecreaseCommittedPages()
178 DCHECK(total_size_of_committed_pages <= in DecreaseCommittedPages()
Dpartition_root_base.cc21 total_size_of_committed_pages > in OutOfMemory()
Dpartition_alloc.cc721 stats.total_committed_bytes = total_size_of_committed_pages; in DumpStats()
804 stats.total_committed_bytes = total_size_of_committed_pages; in DumpStats()