
Libhugetlbfs is a library which provides easy access to huge pages of memory. it is a wrapper for the hugetlbfs file system. applications can use huge pages to fulfill malloc() requests without being recompiled by using ld_preload. alternatively, applications can be linked against libhugetlbfs without source modifications to load bss or bss, data, and text segments into large pages.
this package provides the test-suite for libhugetlbfs, which is mostly useful for regression testing of libhugetlbfs.