Searched defs:FreeListAllocatorState (Results 1 – 1 of 1) sorted by relevance
1214 struct FreeListAllocatorState { struct1215 nodes: host::PoolAllocator<SuballocationListNode>,1218 free_list: Vec<SlotId>,1250 impl FreeListAllocatorState { implementation