Home
last modified time | relevance | path

Searched refs:AddressAllocatorSet (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/resources/src/
Dsystem_allocator.rs7 use crate::address_allocator::{AddressAllocator, AddressAllocatorSet};
173 pub fn mmio_allocator_any(&mut self) -> AddressAllocatorSet { in mmio_allocator_any() argument
174 AddressAllocatorSet::new(&mut self.mmio_address_spaces) in mmio_allocator_any()
Daddress_allocator.rs245 pub struct AddressAllocatorSet<'a> { struct
249 impl<'a> AddressAllocatorSet<'a> { implementation
251 AddressAllocatorSet { allocators } in new()