Searched defs:Allocation (Results 1 – 8 of 8) sorted by relevance
52 pub(crate) struct Allocation { struct57 allocation_info: Option<AllocationInfo>, argument64 impl Allocation { argument241 impl Drop for Allocation { implementation298 pub(crate) fn success(self) -> Allocation { in success()308 fn deref(&self) -> &Allocation { in deref()314 fn deref_mut(&mut self) -> &mut Allocation { in deref_mut()329 pub(crate) fn new(alloc: &'a mut Allocation, limit: usize) -> Self { in new()
881 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
1064 pub(crate) fn buffer_get(self: &Arc<Self>, ptr: usize) -> Option<Allocation> { in buffer_get()
58 struct Allocation<T> { struct63 impl<T> Allocation<T> { implementation
9 Allocation chapter
83 Allocation chapter
7 Allocation chapter
228 Allocation chapter