We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce489cf commit 95bad42Copy full SHA for 95bad42
1 file changed
src/snmalloc/mem/remoteallocator.h
@@ -65,8 +65,8 @@ namespace snmalloc
65
void invariant()
66
{
67
SNMALLOC_ASSERT(
68
- (back != nullptr) ||
69
- (address_cast(front.load()) == address_cast(&stub)));
+ (address_cast(front.load()) == address_cast(&stub)) ||
+ (back != nullptr));
70
}
71
72
void init()
0 commit comments