Searched refs:allocate_in (Results 1 – 1 of 1) sorted by relevance
133 Self::allocate_in(capacity, AllocInit::Uninitialized, alloc) in with_capacity_in()141 Self::allocate_in(capacity, AllocInit::Zeroed, alloc) in with_capacity_zeroed_in()171 fn allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Self { in allocate_in() method