Home
last modified time | relevance | path

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

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