Crate libmemtester
source ·Structs
An object to run memory tests on a memory region.
The memory region is allocated as a vector of
u64
and is protected from swapping via a syscall
(mlock
on Linux and VirtualLock
on Windows).