Module main::kernel::mm [collapse all] [expand all] [src]
The memory management.
Reexports
pub use self::allocator::{Allocator, BuddyAlloc, Alloc}; |
Modules
| allocator | Mechanisms for the allocation of kernel objects. |
| physical |
Structs
| Flags |
Statics
pub static RW: Flags = BitFlags { bits: $value } |
|
pub static USER: Flags = BitFlags { bits: $value } |
Type Definitions
| Frame | |
| PageDirectory |