Searched refs:new_tree_alloc (Results 1 – 1 of 1) sorted by relevance
172 let allocs = match args.new_tree_alloc { in reserve_new()197 _new_tree_alloc: args.new_tree_alloc, in reserve_new()219 _new_tree_alloc: args.new_tree_alloc, in reserve_new()284 pub(crate) new_tree_alloc: Option<FromArrayAllocs<T>>, field321 if self.need_new_tree_alloc && self.args.new_tree_alloc.is_none() { in make_alloc()322 self.args.new_tree_alloc = Some(FromArrayAllocs::try_new(TREE_THRESHOLD)?); in make_alloc()