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.
collect/src
Avril 35c6cabce3
memfile::hp: Changed `get_masks()` to return an iterator of `SizedMask` instead of just `Mask` to retain the size of the huge-page itself in bytes (for `ftruncate()` calls, and `mmap()` calls.)
2 years ago
..
memfile memfile::hp: Changed `get_masks()` to return an iterator of `SizedMask` instead of just `Mask` to retain the size of the huge-page itself in bytes (for `ftruncate()` calls, and `mmap()` calls.) 2 years ago
buffers.rs Started adding `memfile` feature: Use a `memfd_create()`d in-memory temporary file. 2 years ago
ext.rs Added extension methods for flattening `eyre::Result<eyre:Result<T>>`s and related constructs. 2 years ago
main.rs Added extension methods for flattening `eyre::Result<eyre:Result<T>>`s and related constructs. 2 years ago
memfile.rs memfile::hp: Changed `get_masks()` to return an iterator of `SizedMask` instead of just `Mask` to retain the size of the huge-page itself in bytes (for `ftruncate()` calls, and `mmap()` calls.) 2 years ago
sys.rs Added TODOs for specific bugs (and impl related ideas for how to go about preventing/warning in the event of `mode-memfd` system OOM) ; moved some RawFd-related functions into a submodule 2 years ago