pmdk
pmdk copied to clipboard
Persistent Memory Development Kit
This change is [](https://reviewable.io/reviews/pmem/pmdk/5494)
This change is [](https://reviewable.io/reviews/pmem/pmdk/5475)
This change is [](https://reviewable.io/reviews/pmem/pmdk/5480)
This patch fixes a bug where pfree(), combined with reservations, prior to any allocs could have led to overlapping allocations - which ultimately was causing corrupted heap and incorrect statistics....
Added script for testconfig files creation Modified workflow to config the runner and make check PMDK repo - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/5486)
This is an initial attempt at adding Meson support to pmdk. Signed-off-by: Tristan Partin --- This change is [](https://reviewable.io/reviews/pmem/pmdk/5369)
# QUESTION: ## Details in Pmem: There is a XPBuffer in it. As a programer, how can we write data to XPBuffer instead of the 3DXpoint media? Can I use...
# FEAT: Extend pmreorder with information about state ## Rationale Currently, the consistency checker under pmreorder is basically stateless. It doesn't have any information about the last successful operation or...
Example pasted (as a gist) into [libpmem2 manpage](https://github.com/pmem/pmdk/blob/master/doc/libpmem2/libpmem2.7.md#example) is not visible either on [pmem.io website](https://pmem.io/pmdk/manpages/linux/master/libpmem2/libpmem2.7/#example) or in the generated manpage. I believe it should be either a link to the...
# QUESTION: ## Details Hi, Recently i have a problem about using pmemobj_open(). It's failed and the error msg show "pool version -6 (library expects 6)" i check the msg...