Module memory

Source
Expand description

Provides physical in-memory file descriptors.

This can be useful for temporary buffers where a file descriptor is required. Huge-pages can also be used for this memory.

Structs§

MemoryFile
A physical-memory backed file
NamedMemoryFile
A named, physical-memory backed file

Functions§

create_raw
Create a raw, unmanaged, memory file with these flags and this name.