Module dynasmrt::mmap [−][src]
Expand description
This module implements some wrappers around Mmap/MmapMut to also support a cheap “empty” variant.
Structs
A structure holding a buffer of executable memory. It also derefs to a &[u8]
.
This structure does not allocate when its size is 0.
ExecutableBuffer equivalent that holds a buffer of mutable memory instead of executable memory. It also derefs to a &mut [u8]
.
This structure does not allocate when its size is 0.