Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dalloc.rs334 Err(_) => handle_alloc_error(layout), in exchange_malloc()
364 pub const fn handle_alloc_error(layout: Layout) -> ! { in handle_alloc_error() function
380 pub use std::alloc::handle_alloc_error;
H A Draw_vec.rs13 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()
H A Dboxed.rs171 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()