Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/
Draw_vec.rs24 enum AllocInit { enum
171 fn allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Self { in allocate_in()