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.h179 struct PartitionMemoryStats { struct
180 size_t total_mmapped_bytes; // Total bytes mmaped from the system.
181 size_t total_committed_bytes; // Total size of commmitted pages.
182 size_t total_resident_bytes; // Total bytes provisioned by the partition.
183 size_t total_active_bytes; // Total active bytes in the partition.
184 size_t total_decommittable_bytes; // Total bytes that could be decommitted.
185 size_t total_discardable_bytes; // Total bytes that could be discarded.