Searched defs:StdMemoryPool (Results 1 – 2 of 2) sorted by relevance
33 pub struct StdMemoryPool { struct41 impl StdMemoryPool { argument44 pub fn new(device: Arc<Device>) -> Arc<StdMemoryPool> { in new()56 mem_pool: Arc<StdMemoryPool>, in generic_allocation()116 mem_pool: Arc<StdMemoryPool>, in generit_allocation_with_exportable_fd()214 unsafe impl DeviceOwned for StdMemoryPool { implementation
474 pub fn standard_pool(me: &Arc<Self>) -> Arc<StdMemoryPool> { in standard_pool()