Searched refs:empty_array_alloc (Results 1 – 1 of 1) sorted by relevance
156 let empty_array = match args.empty_array_alloc.take() { in reserve_new()196 _empty_array_alloc: args.empty_array_alloc, in reserve_new()218 _empty_array_alloc: args.empty_array_alloc, in reserve_new()283 pub(crate) empty_array_alloc: Option<EmptyArrayAlloc<T>>, field318 if self.need_empty_array_alloc && self.args.empty_array_alloc.is_none() { in make_alloc()319 self.args.empty_array_alloc = Some(EmptyArrayAlloc::try_new(TREE_THRESHOLD)?); in make_alloc()