forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Labels
• libRelated to the `rust/` library.Related to the `rust/` library.
Description
linux/rust/kernel/allocator.rs
Lines 70 to 73 in 1b842c3
| #[no_mangle] | |
| pub fn __rust_alloc_error_handler(_size: usize, _align: usize) -> ! { | |
| panic!("Out of memory!"); | |
| } |
It should be unused since enabling no_global_oom_handling.
Ericson2314 and ojeda
Metadata
Metadata
Assignees
Labels
• libRelated to the `rust/` library.Related to the `rust/` library.