Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/resources/src/
H A Daddress_allocator.rs213 pub fn allocate_with_align( in allocate_with_align() method
410 pub fn allocate_with_align( in allocate_with_align() method
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dvfio_pci.rs450 fn allocate_with_align(&mut self, size: u64, alignment: u64) -> Result<u64, PciDeviceError> { in allocate_with_align() method