Attempt valgrind fix
All checks were successful
Tests / Release [gcc] total: 827, passed: 827
GNU C Compiler (gcc) |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|0|0|0|0|:clap:
Tests / Release [gcc,aarch64] total: 826, passed: 826
Tests / Coverage total: 825, passed: 825
weaselab/conflict-set/pipeline/head This commit looks good
All checks were successful
Tests / Release [gcc] total: 827, passed: 827
GNU C Compiler (gcc) |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|0|0|0|0|:clap:
Tests / Release [gcc,aarch64] total: 826, passed: 826
Tests / Coverage total: 825, passed: 825
weaselab/conflict-set/pipeline/head This commit looks good
This commit is contained in:
@@ -266,6 +266,10 @@ struct BoundedFreeListAllocator {
|
|||||||
memcpy(&freeList, freeList, sizeof(freeList));
|
memcpy(&freeList, freeList, sizeof(freeList));
|
||||||
--freeListSize;
|
--freeListSize;
|
||||||
VALGRIND_MAKE_MEM_UNDEFINED(n, sizeof(T));
|
VALGRIND_MAKE_MEM_UNDEFINED(n, sizeof(T));
|
||||||
|
#ifndef NDEBUG
|
||||||
|
VALGRIND_MAKE_MEM_DEFINED(&n->partialKeyCapacity,
|
||||||
|
sizeof(n->partialKeyCapacity));
|
||||||
|
#endif
|
||||||
return new (n) T;
|
return new (n) T;
|
||||||
}
|
}
|
||||||
VALGRIND_MAKE_MEM_NOACCESS(n, sizeof(T));
|
VALGRIND_MAKE_MEM_NOACCESS(n, sizeof(T));
|
||||||
|
Reference in New Issue
Block a user