Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs651 pub struct GenericMemoryAllocator<S: Suballocator> { struct
674 impl<S: Suballocator> GenericMemoryAllocator<S> { argument
922 unsafe impl<S: Suballocator> MemoryAllocator for GenericMemoryAllocator<S> { implementation
1456 unsafe impl<S: Suballocator> DeviceOwned for GenericMemoryAllocator<S> { implementation