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.h378 struct PartitionBucketMemoryStats { struct
379 bool is_valid; // Used to check if the stats is valid.
380 bool is_direct_map; // True if this is a direct mapping; size will not be
382 uint32_t bucket_slot_size; // The size of the slot in bytes.
383 uint32_t allocated_page_size; // Total size the partition page allocated from
408 const PartitionBucketMemoryStats*) = 0; argument