NAME
SYNOPSIS
DESCRIPTION
COPYRIGHT
SEE ALSO
memkind_hugetlb - hugetlb 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.
int memkind_hugetlb_check_available_2mb(struct memkind *kind);
int memkind_hugetlb_get_mmap_flags(struct memkind *kind, int *flags);
void memkind_hugetlb_init_once(void);
The hugetlb memory memkind operations enable memory kinds which use the
Linux hugetlbfs file system. For more information about the hugetlbfs
see link below.
⟨https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt⟩
memkind_hugetlb_check_available_2mb()
ops.get_mbind_nodemask()
, then only the NUMA nodes set
by the nodemask are checked, otherwise every NUMA node is checked.memkind_hugetlb_get_mmap_flags()
memkind_hugetlb_init_once()
memkind_hugetlb_init_once()
may reserve
some extra memory.Copyright (C) 2014 - 2022 Intel Corporation. All rights reserved.
memkind(3), memkind_arena(3), memkind_default(3), memkind_hbw(3), memkind_pmem(3), jemalloc(3), mbind(2), mmap(2)
The contents of this web site and the associated GitHub repositories are BSD-licensed open source.