Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs11 use self::array::{ArrayRangeAllocator, EmptyArrayAlloc};
117 Array(ArrayRangeAllocator<T>),
157 Some(empty_array) => ArrayRangeAllocator::new(*size, empty_array), in reserve_new()
H A Darray.rs20 pub(super) struct ArrayRangeAllocator<T> { struct
39 impl<T> ArrayRangeAllocator<T> { argument