Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs8 use self::tree::{FromArrayAllocs, ReserveNewTreeAlloc, TreeRangeAllocator};
284 pub(crate) new_tree_alloc: Option<FromArrayAllocs<T>>,
302 _new_tree_alloc: Option<FromArrayAllocs<T>>,
322 self.args.new_tree_alloc = Some(FromArrayAllocs::try_new(TREE_THRESHOLD)?); in make_alloc()
H A Dtree.rs37 alloc: &mut FromArrayAllocs<T>, in from_array()
467 pub(crate) struct FromArrayAllocs<T> { struct
472 impl<T> FromArrayAllocs<T> { argument