Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc1331 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.h368 size_t total_mmapped_bytes; // Total bytes mmaped from the system. member