Searched defs:ReserveNewArgs (Results 1 – 1 of 1) sorted by relevance
278 pub(crate) struct ReserveNewArgs<T> { struct279 pub(crate) size: usize,280 pub(crate) is_oneway: bool,281 pub(crate) debug_id: usize,282 pub(crate) pid: Pid,283 pub(crate) empty_array_alloc: Option<EmptyArrayAlloc<T>>,284 pub(crate) new_tree_alloc: Option<FromArrayAllocs<T>>,285 pub(crate) tree_alloc: Option<ReserveNewTreeAlloc<T>>,