Searched refs:ArrayRangeAllocator (Results 1 – 2 of 2) sorted by relevance
11 use self::array::{ArrayRangeAllocator, EmptyArrayAlloc};117 Array(ArrayRangeAllocator<T>),157 Some(empty_array) => ArrayRangeAllocator::new(*size, empty_array), in reserve_new()
20 pub(super) struct ArrayRangeAllocator<T> { struct39 impl<T> ArrayRangeAllocator<T> { argument