mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
添加动态申请的bitmap (#532)
This commit is contained in:
@ -3,7 +3,12 @@
|
||||
#![allow(incomplete_features)] // for const generics
|
||||
#![feature(generic_const_exprs)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate alloc;
|
||||
|
||||
mod alloc_bitmap;
|
||||
mod bitmap_core;
|
||||
mod static_bitmap;
|
||||
pub mod traits;
|
||||
pub use alloc_bitmap::AllocBitmap;
|
||||
pub use static_bitmap::StaticBitmap;
|
||||
|
Reference in New Issue
Block a user