Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dalloc.rs345 fn __rust_alloc_error_handler(size: usize, align: usize) -> !; in __rust_alloc_error_handler() function
371 __rust_alloc_error_handler(layout.size(), layout.align()); in handle_alloc_error()