nvml-sys 0.0.6

A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1.
Persistent Memory Development Kit

This is examples/libvmem/README.

This directory contains examples for libvmem, the library providing
a volatile memory allocator for persistent memory.  Some examples
are described in more detail here: http://pmem.io/pmdk/libvmem

manpage.c is the example used in the libvmem man page.

To build these examples:
	make

These examples can be built against an installed system using:
	make LIBDIR=/usr/lib INCDIR=/usr/include

If you're looking for documentation to get you started using PMDK,
start here: http://pmem.io/pmdk and follow the links to examples and
man pages.