Searched defs:PartitionBucket (Results 1 – 1 of 1) sorted by relevance
238 struct PartitionBucket { struct239 PartitionPage* activePagesHead; // Accessed most in hot path => goes first.240 PartitionPage* freePagesHead;241 uint32_t slotSize;242 uint16_t numSystemPagesPerSlotSpan;243 uint16_t numFullPages;