Lines Matching defs:u64
42 pub fn new(pool_base: u64, pool_size: u64, align_size: Option<u64>) -> Result<Self> { in new()
70 size: u64, in allocate_with_align()
73 alignment: u64, in allocate_with_align()
74 ) -> Result<u64> { in allocate_with_align()
121 pub fn allocate(&mut self, size: u64, alloc: Alloc, tag: String) -> Result<u64> { in allocate()
129 pub fn allocate_at(&mut self, start: u64, size: u64, alloc: Alloc, tag: String) -> Result<()> { in allocate_at()
168 pub fn get(&self, alloc: &Alloc) -> Option<&(u64, u64, String)> { in get()
173 fn insert_at(&mut self, start: u64, size: u64) -> Result<()> { in insert_at()
220 pub fn address_from_pci_offset(&self, alloc: Alloc, offset: u64, size: u64) -> Result<u64> { in address_from_pci_offset()
256 size: u64, in allocate_with_align()
259 alignment: u64, in allocate_with_align()
260 ) -> Result<u64> { in allocate_with_align()
271 pub fn allocate(&mut self, size: u64, alloc: Alloc, tag: String) -> Result<u64> { in allocate()
282 pub fn allocate_at(&mut self, start: u64, size: u64, alloc: Alloc, tag: String) -> Result<()> { in allocate_at()
304 pub fn get(&self, alloc: &Alloc) -> Option<&(u64, u64, String)> { in get()
314 pub fn address_from_pci_offset(&self, alloc: Alloc, offset: u64, size: u64) -> Result<u64> { in address_from_pci_offset()