Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/resources/src/
H A Daddress_allocator.rs401 pub struct AddressAllocatorSet<'a> { struct
405 impl<'a> AddressAllocatorSet<'a> { implementation
H A Dsystem_allocator.rs449 pub fn mmio_allocator_any(&mut self) -> AddressAllocatorSet { in mmio_allocator_any()