Searched defs:SuballocationListNode (Results 1 – 1 of 1) sorted by relevance
1222 struct SuballocationListNode { struct1223 prev: Option<SlotId>,1224 next: Option<SlotId>,1225 offset: DeviceSize,1226 size: DeviceSize,1227 ty: SuballocationType,