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
Persistent Memory Development Kit

This is src/test/util_map_proc/README.

This test is Linux specific.

This directory contains a unit test for util_map_hint().

The program in util_map_proc.c takes a fake /proc/self/maps file
as an argument, along with a length.  It arranges for util_map_hint()
to open the fake /proc file when looking up the range.

	usage: util_map_proc maps_file len [len]...

len is interpreted as a decimal value unless it starts with 0x.
Each len is tested against the given maps-file.