forked from weaselab/conflict-set
Fix tests
Add the new symbol, and update the valgrind client request so that Node::partialKeyCapacity is defined.
This commit is contained in:
+1
-1
@@ -571,7 +571,7 @@ template <class T> struct BoundedFreeListAllocator {
|
||||
|
||||
~BoundedFreeListAllocator() {
|
||||
for (void *iter = freeList; iter != nullptr;) {
|
||||
VALGRIND_MAKE_MEM_DEFINED(iter, sizeof(iter));
|
||||
VALGRIND_MAKE_MEM_DEFINED(iter, sizeof(Node));
|
||||
auto *tmp = (T *)iter;
|
||||
memcpy(&iter, iter, sizeof(void *));
|
||||
removeNode((tmp));
|
||||
|
||||
Reference in New Issue
Block a user