Man Page: hugetlbfs_find_path_for_size
Operating Environment: centos
Section: 3
HUGETLBFS_FIND_PATH(3) Library Functions Manual HUGETLBFS_FIND_PATH(3)NAMEhugetlbfs_find_path, hugetlbfs_find_path_for_size - Locate an appropriate hugetlbfs mount pointSYNOPSIS#include <hugetlbfs.h> const char *hugetlbfs_find_path(void); const char *hugetlbfs_find_path_for_size(long page_size);DESCRIPTIONThese functions return a pathname for a mounted hugetlbfs filesystem for the appropriate huge page size. For hugetlbfs_find_path, the default huge page size is used (see gethugepagesize(3)). For hugetlbfs_find_path_for_size, a valid huge page size must be specified (see gethugepagesizes(3)).RETURN VALUEOn success, a non-NULL value is returned. On failure, NULL is returned.SEE ALSOlibhugetlbfs(7), gethugepagesize(3), gethugepagesizes(3)AUTHORSlibhugetlbfs was written by various people on the libhugetlbfs-devel mailing list. March 7, 2012 HUGETLBFS_FIND_PATH(3)
| Related Man Pages |
|---|
| libhugetlbfs(7) - centos |
| hugectl(8) - centos |
| get_huge_pages(3) - centos |
| get_hugepage_region(3) - centos |
| getpagesizes(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Need to read a file in reverse |
| How to extract data from a huge file? |
| Grep matched records from huge file |
| File comparison of huge files |
| Aggregation of huge data |