Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs1222 struct SuballocationListNode { struct
1223 prev: Option<SlotId>,
1224 next: Option<SlotId>,
1225 offset: DeviceSize,
1226 size: DeviceSize,
1227 ty: SuballocationType,