Structsยง
- Memory
Tests - 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 andVirtualLock
on Windows).
u64
and is protected from swapping via a syscall
(mlock
on Linux and VirtualLock
on Windows).