range-action-map 0.1.3

A range tree, offering interval operation in kernel memory management, and deliver ACTION to actual VmArea。一个区间树结构,用于提供 mmap / munmap / mprotect 时对内核中区间的操作;
Documentation
1
2
3
4
5
6
7
pub type IdentType = usize;
pub type ArgsType = usize;

/// 4 KB
pub const LOWER_LIMIT: usize = 0x1000;
/// 4 GB
pub const UPPER_LIMIT: usize = 0xffff_ffff_ffff_ffff;