Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/memory/pool/
Dpool.rs62 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in generic_allocation()
122 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in generit_allocation_with_exportable_fd()
189 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in alloc_generic()
202 ) -> Result<StdMemoryPoolAlloc, DeviceMemoryAllocError> { in alloc_generic_with_exportable_fd()
228 pub struct StdMemoryPoolAlloc { struct
229 inner: StdMemoryPoolAllocInner, argument
233 impl StdMemoryPoolAlloc { implementation
243 unsafe impl MemoryPoolAlloc for StdMemoryPoolAlloc { implementation