Searched refs:tree_alloc (Results 1 – 1 of 1) sorted by relevance
198 _tree_alloc: args.tree_alloc, in reserve_new()202 let alloc = match args.tree_alloc { in reserve_new()285 pub(crate) tree_alloc: Option<ReserveNewTreeAlloc<T>>, field324 if self.need_tree_alloc && self.args.tree_alloc.is_none() { in make_alloc()325 self.args.tree_alloc = Some(ReserveNewTreeAlloc::try_new()?); in make_alloc()