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.
{
memcheck_FreeBSD_libc_catopen
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:malloc
   ...
   fun:catopen
   ...
}
{
memcheck_FreeBSD_libc_setvbuf
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:*malloc
   fun:setvbuf
   fun:ut_start_common
   fun:ut_start
   fun:main
}
{
memcheck_FreeBSD_ld-elf.so.1
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:*alloc
   obj:/lib/libthr.so.3
   ...
   obj:/libexec/ld-elf.so.1
   obj:/libexec/ld-elf.so.1
}
{
drd_FreeBSD_ld-elf.so.1
   drd:ConflictingAccess
   obj:/libexec/ld-elf.so.1
}
{
drd_FreeBSD_libthr.so.3
   drd:ConflictingAccess
   obj:/lib/libthr.so.3
}
{
helgrind_FreeBSD_libthr.so.3
   Helgrind:Race
   obj:/lib/libthr.so.3
}
{
helgrind_FreeBSD___set_error_selector
   Helgrind:Race
   fun:__set_error_selector
   obj:/lib/libthr.so.3
   ...
}
{
drd_FreeBSD_libgcc_s.so.1
   drd:ConflictingAccess
   obj:/lib/libgcc_s.so.1
   ...
   obj:/lib/libthr.so.3
   fun:pthread_exit
}
{
drd_FreeBSD_flockfile
   drd:ConflictingAccess
   fun:flockfile
   ...
}
{
helgrind_FreeBSD_flockfile
   Helgrind:Race
   fun:flockfile
   ...
}
{
drd_FreeBSD_fopen
   drd:ConflictingAccess
   obj:/lib/libc.so.7
   fun:fopen
   ...
}
{
helgrind_FreeBSD_fopen
   Helgrind:Race
   obj:/lib/libc.so.7
   fun:fopen
   ...
}
{
drd_FreeBSD_fputs
   drd:ConflictingAccess
   obj:/lib/libc.so.7
   ...
   fun:fputs
   ...
}
{
helgrind_FreeBSD_fputs
   Helgrind:Race
   obj:/lib/libc.so.7
   ...
   fun:fputs
   ...
}
{
drd_FreeBSD_funlockfile
   drd:ConflictingAccess
   fun:funlockfile
   ...
}
{
helgrind_FreeBSD_funlockfile
   Helgrind:Race
   fun:funlockfile
   ...
}
{
helgrind_FreeBSD__rtld_allocate_tls
   Helgrind:Race
   obj:/lib/libthr.so.3
   ...
   obj:/libexec/ld-elf.so.1
   fun:_rtld_allocate_tls
   ...
   fun:pthread_create
   ...
}
{
helgrind_FreeBSD_pthread_mutex_lock
   Helgrind:Race
   obj:/lib/libthr.so.3
   ...
   fun:pthread_mutex_lock
   ...
   obj:/lib/libthr.so.3
}
{
helgrind_FreeBSD_pthread_mutex_unlock
   Helgrind:Race
   obj:/lib/libthr.so.3
   ...
   fun:pthread_mutex_unlock
   ...
   obj:/lib/libthr.so.3
}
{
helgrind_FreeBSD_pthread_exit
   Helgrind:Race
   ...
   obj:/lib/libthr.so.3
   ...
   fun:pthread_exit
   obj:/lib/libthr.so.3
}