Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Draw_vec.rs188 match alloc_guard(layout.size()) { in allocate_in()
219 alloc_guard(layout.size())?; in try_allocate_in()
504 alloc_guard(new_layout.size())?; in finish_grow()
550 fn alloc_guard(alloc_size: usize) -> Result<(), TryReserveError> { in alloc_guard() function