Lines Matching defs:Alloc
101 alloc: Alloc, in internal_allocate_with_align()
176 alloc: Alloc, in reverse_allocate_with_align()
189 alloc: Alloc, in allocate_with_align()
196 pub fn allocate(&mut self, size: u64, alloc: Alloc, tag: String) -> Result<u64> { in allocate()
209 pub fn allocate_at(&mut self, start: u64, size: u64, alloc: Alloc, tag: String) -> Result<()> { in allocate_at()
265 fn find_overlapping(&self, start: u64, size: u64) -> Option<Alloc> { in find_overlapping()
333 pub fn address_from_pci_offset(&self, alloc: Alloc, offset: u64, size: u64) -> Result<u64> { in address_from_pci_offset()
370 alloc: Alloc, in allocate_with_align()
384 pub fn allocate(&mut self, size: u64, alloc: Alloc, tag: String) -> Result<u64> { in allocate()
395 pub fn allocate_at(&mut self, start: u64, size: u64, alloc: Alloc, tag: String) -> Result<()> { in allocate_at()
427 pub fn address_from_pci_offset(&self, alloc: Alloc, offset: u64, size: u64) -> Result<u64> { in address_from_pci_offset()