Intel Corporation
2019-07-19
libmemkind-dev
user-extensible heap manager for heterogeneous memory platforms
memkind-devel
Memkind User Extensible Heap Manager development lib and tools
NAME
memkind_dax_kmem - DAX KMEM memory memkind operations.
Note: This is EXPERIMENTAL API. The functionality and the header file itself can be changed (including non-backward compatible changes) or removed.
Note: This is EXPERIMENTAL API. The functionality and the header file itself can be changed (including non-backward compatible changes) or removed.
SYNOPSIS
int memkind_dax_kmem_all_get_mbind_nodemask(struct memkind *kind, unsigned long *nodemask, unsigned long maxnode);
DESCRIPTION
DAX KMEM memory memkind operations.
memkind_dax_kmem_all_get_mbind_nodemask() sets the nodemask bits to one that correspond to the all persistent memory NUMA nodes in the system. All other bits up to maxnode are set to zero. The nodemask can be used in conjunction with the mbind(2) system call.
COPYRIGHT
Copyright (C) 2019 Intel Corporation. All rights reserved.