Searched refs:alloc_guard (Results 1 – 1 of 1) sorted by relevance
188 match alloc_guard(layout.size()) { in allocate_in()219 alloc_guard(layout.size())?; in try_allocate_in()514 alloc_guard(new_layout.size())?; in finish_grow()560 fn alloc_guard(alloc_size: usize) -> Result<(), TryReserveError> { in alloc_guard() function