Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/
Dalloc.rs355 fn __rust_alloc_error_handler(size: usize, align: usize) -> !; in __rust_alloc_error_handler() function
381 __rust_alloc_error_handler(layout.size(), layout.align()); in handle_alloc_error()