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
36 impl AddressAllocator { argument
Dsystem_allocator.rs107 pub fn io_allocator(&mut self) -> Option<&mut AddressAllocator> { in io_allocator()
112 pub fn device_allocator(&mut self) -> &mut AddressAllocator { in device_allocator()
117 pub fn mmio_allocator(&mut self) -> &mut AddressAllocator { in mmio_allocator()