Searched refs:handle_alloc_error (Results 1 – 3 of 3) sorted by relevance
334 Err(_) => handle_alloc_error(layout), in exchange_malloc()364 pub const fn handle_alloc_error(layout: Layout) -> ! { in handle_alloc_error() function380 pub use std::alloc::handle_alloc_error;
13 use crate::alloc::handle_alloc_error;198 Err(_) => handle_alloc_error(layout), in allocate_in()545 Err(AllocError { layout, .. }) => handle_alloc_error(layout), in handle_reserve()
171 use crate::alloc::{handle_alloc_error, WriteCloneIntoRaw};454 Err(_) => handle_alloc_error(layout), in new_uninit_in()528 Err(_) => handle_alloc_error(layout), in new_zeroed_in()