Home
last modified time | relevance | path

Searched defs:AllocInit (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/rust/alloc/
Draw_vec.rs22 enum AllocInit { enum
177 fn allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Self { in allocate_in()
212 … fn try_allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Result<Self, TryReserveError> { in try_allocate_in()