DOKK / manpages / debian 11 / libhugetlbfs-dev / gethugepagesize.3.en
GETHUGEPAGESIZE(3) Library Functions Manual GETHUGEPAGESIZE(3)

gethugepagesize - Get the default huge page size

#include <hugetlbfs.h>

long gethugepagesize(void)

The gethugepagesize() function returns the default huge page size used by libhugetlbfs. This will be either the system default, or a valid value set by the environment variable HUGETLB_DEFAULT_PAGE_SIZE.

If the system does not support any huge page sizes an error is returned.

On success, the default huge page size is returned. On failure, -1 is returned and errno is set appropriately.

The system does not support huge pages.

libhugetlbfs(7)

libhugetlbfs was written by various people on the libhugetlbfs-devel mailing list.

March 7, 2012