Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/libpmemobj++/experimental/radix_tree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ void
radix_tree<Key, Value, BytesView>::runtime_initialize_mt(ebr *e)
{
mt.get(false) = true;
#if LIBPMEMOBJ_CPP_ANY_VG_TOOL_ENABLED
#if LIBPMEMOBJ_CPP_VG_PMEMCHECK_ENABLED
VALGRIND_PMC_REMOVE_PMEM_MAPPING(&ebr_, sizeof(ebr *));
#endif
ebr_ = e;
Expand Down