Home
last modified time | relevance | path

Searched refs:check_allocatable (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/vmbase/src/memory/
Dshared.rs145 self.check_allocatable(&region)?; in alloc_range()
175 self.check_allocatable(&region)?; in alloc_range_mut()
229 fn check_allocatable(&self, region: &MemoryRegion) -> Result<()> { in check_allocatable() method