Module olio::mem[][src]

Random access memory utilities

Structs

MemAdviseError

Possible error with libc::(posix_)madvise(), or other platform equivalent.

MemHandle

Wrapper over a byte buffer, supporting concurrent memory access advice, where the highest priority advice wins.

Enums

MemAdvice

Memory access pattern advice.