Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Draw_vec.rs182 match alloc_guard(layout.size()) { in allocate_in()
467 alloc_guard(new_layout.size())?; in finish_grow()
513 fn alloc_guard(alloc_size: usize) -> Result<(), TryReserveError> { in alloc_guard() function