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
..
file Started adding huge-page support in for `MappedFile<T>` and `file::memory::MemoryFile`. Also added huge-page support to `MappedFile<T>` via the `MapFlags` trait, which can also be used to add user-provided flags. 2 years ago
err.rs Fixed build error on stable due to FFI namespace changes. 2 years ago
ffi.rs Added `err` module: Wrapped OS errors; Ad-hoc inline definitions, and named definitions with pre-defined messages. 2 years ago
file.rs Started `file` module: Will have file interfaces from `memfd`: `ManagedFD`, `UnmanagedFD`, and `MemoryFile`. 2 years ago
flags.rs Started adding huge-page support in for `MappedFile<T>` and `file::memory::MemoryFile`. Also added huge-page support to `MappedFile<T>` via the `MapFlags` trait, which can also be used to add user-provided flags. 2 years ago
hugetlb.rs `MappedFile::new()`: changed `flags` to `impl MapFlags` to match `try_new()` 2 years ago
lib.rs `MappedFile::new()`: changed `flags` to `impl MapFlags` to match `try_new()` 2 years ago
uniq.rs Added `UniqueSlice<T>`, `MappedSlice`. 2 years ago