Creating and managing memory mappings over an arbitrary file-descriptor holding object in Rust.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Avril eb64632841
`MappedFile::new()`: changed `flags` to `impl MapFlags` to match `try_new()`
2 years ago
src `MappedFile::new()`: changed `flags` to `impl MapFlags` to match `try_new()` 2 years ago
.gitignore Added `UniqueSlice<T>`, `MappedSlice`. 2 years ago
Cargo.toml hugetlb: Implemented `HugePage::compute_huge()`, `scan_hugepages()`, and a public lazy static `SYSTEM_HUGEPAGES`. 2 years ago