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