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 0f4477c commit 19dc26aCopy full SHA for 19dc26a
src/snmalloc/global/globalalloc.h
@@ -84,9 +84,10 @@ namespace snmalloc
84
}
85
86
87
- if (result == nullptr)
88
- SNMALLOC_CHECK(
89
- RemoteDeallocCache<Config_>::remote_inflight.get_curr() == 0);
+ // Check why this doesn't hold.
+ // if (result == nullptr)
+ // SNMALLOC_CHECK(
90
+ // RemoteDeallocCache<Config_>::remote_inflight.get_curr() == 0);
91
92
if (result != nullptr)
93
{
0 commit comments