diff options
Diffstat (limited to 'library/cpp/lfalloc')
| -rw-r--r-- | library/cpp/lfalloc/lf_allocX64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h index b962fdf30b1..ae753925c36 100644 --- a/library/cpp/lfalloc/lf_allocX64.h +++ b/library/cpp/lfalloc/lf_allocX64.h @@ -683,7 +683,7 @@ class TLFAllocFreeList { for (res = Head; res; res = Head) { TNode* keepNext = res->Next; if (DoCas(&Head, keepNext, res) == res) { - //Y_VERIFY(keepNext == res->Next); + //Y_ABORT_UNLESS(keepNext == res->Next); break; } } |
