Home
last modified time | relevance | path

Searched refs:RangeAllocator (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs111 pub(crate) struct RangeAllocator<T> { struct
121 impl<T> RangeAllocator<T> { argument
/linux/drivers/android/binder/
H A Dprocess.rs48 range_alloc::{RangeAllocator, ReserveNew, ReserveNewArgs},
60 alloc: RangeAllocator<AllocationInfo>,
67 alloc: RangeAllocator::new(size), in new()