logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

memkind_dax_kmem - DAX KMEM memory memkind operations.

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.

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.

See Also

memkind(3),   memkind_arena(3),  memkind_default(3),  memkind_hugetlb(3),  memkind_pmem(3),  jemalloc(3),
       mbind(2), mmap(2)

Intel Corporation                                  2019-07-19                                MEMKIND_DAX_KMEM(3)

Synopsis

intmemkind_dax_kmem_all_get_mbind_nodemask(structmemkind*kind,unsignedlong*nodemask,unsignedlongmaxnode);

See Also