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.
1
2
3
4
5
6
7
8
9
10
11
12
13
Persistent Memory Development Kit

This is src/test/blk_nblock/README.

This directory contains a unit test for pmemblk_nblock().

The program in blk_nblock.c takes a list of block size file pairs.
For example:

	./blk_nblock 4096:file1

this will call pmemblk_open() on file1 and then report what pmemblk_nblock()
reports back as the usable size.