Home
last modified time | relevance | path

Searched defs:FreeListAllocatorState (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs1214 struct FreeListAllocatorState { struct
1215 nodes: host::PoolAllocator<SuballocationListNode>,
1218 free_list: Vec<SlotId>,
1250 impl FreeListAllocatorState { implementation