forked from AbleOS/ableos
13 lines
198 B
Rust
13 lines
198 B
Rust
#![allow(missing_docs)]
|
|
|
|
pub mod aalloc;
|
|
pub use aalloc::*;
|
|
/*
|
|
#[alloc_error_handler]
|
|
fn alloc_error_handler(layout: alloc::alloc::Layout) -> ! {
|
|
panic!("allocation error: {:?}", layout)
|
|
}
|
|
|
|
|
|
*/
|