Home
last modified time | relevance | path

Searched refs:allocate_in (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/rust/alloc/
Draw_vec.rs133 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