Searched refs:handle_alloc_error (Results 1 – 3 of 3) sorted by relevance
324 Err(_) => handle_alloc_error(layout), in exchange_malloc()374 pub const fn handle_alloc_error(layout: Layout) -> ! { in handle_alloc_error() function390 pub use std::alloc::handle_alloc_error;
14 use crate::alloc::handle_alloc_error;192 Err(_) => handle_alloc_error(layout), in allocate_in()498 Err(AllocError { layout, .. }) => handle_alloc_error(layout), in handle_reserve()
158 use crate::alloc::{handle_alloc_error, WriteCloneIntoRaw};436 Err(_) => handle_alloc_error(layout), in new_uninit_in()508 Err(_) => handle_alloc_error(layout), in new_zeroed_in()