5 using numapp::operator|;
8 std::cout <<
"NUMA not available";
14 std::cerr <<
"Failed to lock memory!" << std::endl;
LockAllFlag
Flags that are combined to modify behaviour of MemLockAll().
std::error_code MemLockAll(LockAllFlag flags) noexcept
Lock all memory pages as specified by provided flags.
bool NumaAvailable() noexcept
Query whether system has NUMA support.
Contains memory function declarations.