Home
last modified time | relevance | path

Searched defs:PartitionMemoryStats (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h367 struct PartitionMemoryStats { struct
368 size_t total_mmapped_bytes; // Total bytes mmaped from the system.
369 size_t total_committed_bytes; // Total size of commmitted pages.
370 size_t total_resident_bytes; // Total bytes provisioned by the partition.
371 size_t total_active_bytes; // Total active bytes in the partition.
372 size_t total_decommittable_bytes; // Total bytes that could be decommitted.
373 size_t total_discardable_bytes; // Total bytes that could be discarded.