Searched defs:PartitionBucketMemoryStats (Results 1 – 1 of 1) sorted by relevance
190 struct PartitionBucketMemoryStats { struct191 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 be194 uint32_t bucket_slot_size; // The size of the slot in bytes.195 uint32_t allocated_page_size; // Total size the partition page allocated from220 const PartitionBucketMemoryStats*) = 0; argument