Searched defs:StdMemoryPoolAlloc (Results 1 – 1 of 1) sorted by relevance
62 ) -> 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 { struct229 inner: StdMemoryPoolAllocInner, argument233 impl StdMemoryPoolAlloc { implementation243 unsafe impl MemoryPoolAlloc for StdMemoryPoolAlloc { implementation