![]() |
LIKWID
|
Functions | |
void | memsweep_domain (int domainId) __attribute__((visibility("default"))) |
Sweeping the memory of a NUMA node. More... | |
void | memsweep_threadGroup (const int *processorList, int numberOfProcessors) __attribute__((visibility("default"))) |
Sweeping the memory of all NUMA nodes covered by CPU list. More... | |
void memsweep_domain | ( | int | domainId | ) |
Sweeping the memory of a NUMA node.
Sweeps (zeros) the memory of NUMA node with ID domainId
[in] | domainId | NUMA node ID |
void memsweep_threadGroup | ( | const int * | processorList, |
int | numberOfProcessors | ||
) |
Sweeping the memory of all NUMA nodes covered by CPU list.
Sweeps (zeros) the memory of all NUMA nodes containing the CPUs in processorList
[in] | processorList | List of CPU IDs |
[in] | numberOfProcessors | Number of CPUs in list |