Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h190 struct PartitionBucketMemoryStats { struct
191 bool is_valid; // Used to check if the stats is valid.
192 bool is_direct_map; // True if this is a direct mapping; size will not be
194 uint32_t bucket_slot_size; // The size of the slot in bytes.
195 uint32_t allocated_page_size; // Total size the partition page allocated from
220 const PartitionBucketMemoryStats*) = 0; argument