Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/
Draw_vec.rs27 Zeroed, enumerator
147 Self::allocate_in(capacity, AllocInit::Zeroed, alloc) in with_capacity_zeroed_in()
194 AllocInit::Zeroed => alloc.allocate_zeroed(layout), in allocate_in()
222 AllocInit::Zeroed => alloc.allocate_zeroed(layout), in try_allocate_in()