diff options
author | ijon <ijon@yandex-team.ru> | 2022-02-10 16:49:56 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:56 +0300 |
commit | a62b5e9ea9837fdaa7a5e327b7f98b41e4d18cf6 (patch) | |
tree | 14cf580409bd4159d757c24c726fd796b6011688 /library/cpp/lfalloc | |
parent | 570af552997dea3da2712f693b345afa31932f3b (diff) | |
download | ydb-a62b5e9ea9837fdaa7a5e327b7f98b41e4d18cf6.tar.gz |
Restoring authorship annotation for <ijon@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lfalloc')
-rw-r--r-- | library/cpp/lfalloc/lf_allocX64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h index fd2a906d6f..a70ef919b9 100644 --- a/library/cpp/lfalloc/lf_allocX64.h +++ b/library/cpp/lfalloc/lf_allocX64.h @@ -43,7 +43,7 @@ static inline long AtomicSub(TAtomic& a, long b) { #pragma comment(lib, "synchronization.lib") -#ifndef NDEBUG +#ifndef NDEBUG #define Y_ASSERT_NOBT(x) \ { \ if (IsDebuggerPresent()) { \ @@ -119,7 +119,7 @@ static inline long AtomicSub(TAtomic& a, long b) { #define Y_ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) #endif -#ifndef NDEBUG +#ifndef NDEBUG #define DBG_FILL_MEMORY static bool FillMemoryOnAllocation = true; #endif |