Searched refs:RangeAllocator (Results 1 – 2 of 2) sorted by relevance
111 pub(crate) struct RangeAllocator<T> { struct121 impl<T> RangeAllocator<T> { argument
48 range_alloc::{RangeAllocator, ReserveNew, ReserveNewArgs},60 alloc: RangeAllocator<AllocationInfo>,67 alloc: RangeAllocator::new(size), in new()