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
obj_persist_count$(nW)TEST1: START: obj_persist_count
 $(nW)obj_persist_count$(nW) $(nW)testfile
persist	;msync	;flush	;drain	;task
10	;0	;0	;0	;pool_create
4	;0	;3	;1	;root_alloc
1	;0	;1	;1	;atomic_alloc
1	;0	;0	;1	;atomic_free
6	;0	;2	;2	;tx_alloc
5	;0	;2	;2	;tx_alloc_next
8	;0	;1	;2	;tx_free
7	;0	;1	;2	;tx_free_next
15	;0	;3	;2	;tx_add
3	;0	;1	;1	;tx_add_next
4	;0	;2	;1	;pmalloc
4	;0	;1	;1	;pfree
1	;0	;1	;1	;pmalloc_stack
1	;0	;0	;1	;pfree_stack
obj_persist_count$(nW)TEST1: DONE