hugetlbfs_find_path_for_size(3) centos man page | unix.com

Man Page: hugetlbfs_find_path_for_size

Operating Environment: centos

Section: 3

HUGETLBFS_FIND_PATH(3)					     Library Functions Manual					    HUGETLBFS_FIND_PATH(3)

NAME
hugetlbfs_find_path, hugetlbfs_find_path_for_size - Locate an appropriate hugetlbfs mount point
SYNOPSIS
#include <hugetlbfs.h> const char *hugetlbfs_find_path(void); const char *hugetlbfs_find_path_for_size(long page_size);
DESCRIPTION
These 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 VALUE
On success, a non-NULL value is returned. On failure, NULL is returned.
SEE ALSO
libhugetlbfs(7), gethugepagesize(3), gethugepagesizes(3)
AUTHORS
libhugetlbfs was written by various people on the libhugetlbfs-devel mailing list. March 7, 2012 HUGETLBFS_FIND_PATH(3)
Related Man Pages
ld.hugetlbfs(1) - centos
gethugepagesizes(3) - centos
getpagesizes(3) - centos
hugetlbfs_find_path(3) - centos
hugetlbfs_find_path_for_size(3) - centos
Similar Topics in the Unix Linux Community
delete file without opening vi
splitting huge xml into multiple files
How to get lines started with matched strings using sed or grep for loop?
Combine multiple Files into one big file
File comparison of huge files