NVM Library


The libvmem library

libvmem supports the traditional malloc/free interfaces on a memory mapped file. This allows the use of persistent memory as volatile memory, for cases where the pool of persistent memory is useful to an application, but when the application doesn’t need it to be persistent.

Man pages that contains a list of the interfaces provided:

libvmem Examples

More Detail Coming Soon