Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs598 pub type StandardMemoryAllocator = GenericMemoryAllocator<Arc<FreeListAllocator>>; typedef
600 impl StandardMemoryAllocator { implementation