Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1333 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.h369 size_t total_committed_bytes; // Total size of commmitted pages. member