Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 4 of 4) sorted by relevance

/drivers/android/binder/
Dallocation.rs52 pub(crate) struct Allocation { struct
57 allocation_info: Option<AllocationInfo>, argument
64 impl Allocation { argument
242 impl Drop for Allocation { implementation
299 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()
Dthread.rs985 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
Dprocess.rs1020 pub(crate) fn buffer_get(self: &Arc<Self>, ptr: usize) -> Option<Allocation> { in buffer_get()
/drivers/android/binder/range_alloc/
Dmod.rs58 struct Allocation<T> { struct
63 impl<T> Allocation<T> { impl