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
14
15
16
17
18
Persistent Memory Development Kit

This is src/test/util_file_create/README.

This directory contains a unit test for util_file_create().

The program in util_file_create.c takes a minimal pool size along with the
list of len:path pairs.
For example:

	./util_file_create minlen len1:path1

This will call util_file_create() on path1 using len1 as pool size.

minlen and len are interpreted as a decimal values unless they start with 0x.

If len is zero, the file pointed by path must exist.  Otherwise, the file is
created.