mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Revise the docs of the slab and remove an unused type
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
3d21258baf
commit
288942b970
@ -48,7 +48,7 @@ mod util;
|
||||
use core::sync::atomic::{AtomicBool, Ordering};
|
||||
|
||||
pub use ostd_macros::{
|
||||
global_frame_allocator, global_heap_allocator, global_heap_allocator_slot_type_map, main,
|
||||
global_frame_allocator, global_heap_allocator, global_heap_allocator_slot_map, main,
|
||||
panic_handler,
|
||||
};
|
||||
pub use ostd_pod::Pod;
|
||||
|
Reference in New Issue
Block a user