Home
last modified time | relevance | path

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

/external/crosvm/resources/src/
Daddress_allocator.rs28 pub struct AddressAllocator { struct
34 impl AddressAllocator { implementation
Dsystem_allocator.rs160 pub fn io_allocator(&mut self) -> Option<&mut AddressAllocator> { in io_allocator()
167 pub fn mmio_allocator(&mut self, mmio_type: MmioType) -> &mut AddressAllocator { in mmio_allocator()