Searched refs:AddressAllocatorSet (Results 1 – 2 of 2) sorted by relevance
7 use crate::address_allocator::{AddressAllocator, AddressAllocatorSet};173 pub fn mmio_allocator_any(&mut self) -> AddressAllocatorSet { in mmio_allocator_any() argument174 AddressAllocatorSet::new(&mut self.mmio_address_spaces) in mmio_allocator_any()
245 pub struct AddressAllocatorSet<'a> { struct249 impl<'a> AddressAllocatorSet<'a> { implementation251 AddressAllocatorSet { allocators } in new()