Revise the docs of the slab and remove an unused type

This commit is contained in:
Zhang Junyang
2025-03-14 20:57:06 +08:00
committed by Tate, Hongliang Tian
parent 3d21258baf
commit 288942b970
7 changed files with 37 additions and 38 deletions

View File

@ -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;