Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs960 pub struct FreeListAllocator { struct
967 state: Mutex<FreeListAllocatorState>, argument
970 impl FreeListAllocator { argument
1206 unsafe impl DeviceOwned for FreeListAllocator { implementation