Searched defs:Allocation (Results 1 – 4 of 4) sorted by relevance
52 pub(crate) struct Allocation { struct57 allocation_info: Option<AllocationInfo>, argument64 impl Allocation { argument242 impl Drop for Allocation { implementation299 pub(crate) fn success(self) -> Allocation { in success()309 fn deref(&self) -> &Allocation { in deref()315 fn deref_mut(&mut self) -> &mut Allocation { in deref_mut()336 pub(crate) fn new(alloc: &'a mut Allocation, limit: usize) -> Self { in new()
985 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
1020 pub(crate) fn buffer_get(self: &Arc<Self>, ptr: usize) -> Option<Allocation> { in buffer_get()
58 struct Allocation<T> { struct63 impl<T> Allocation<T> { impl