diff options
author | dened <dened@yandex-team.ru> | 2022-02-10 16:50:41 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:41 +0300 |
commit | 7ece857024572838489e8c7bcc838b559f81c400 (patch) | |
tree | 7354334f05f2512a513ad223059a34c37e383811 /library/cpp/lfalloc | |
parent | 613bcf44f93063d0d999c886a80eec7fb61afd97 (diff) | |
download | ydb-7ece857024572838489e8c7bcc838b559f81c400.tar.gz |
Restoring authorship annotation for <dened@yandex-team.ru>. Commit 1 of 2.
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 fd2a906d6f..f30a176c4f 100644 --- a/library/cpp/lfalloc/lf_allocX64.h +++ b/library/cpp/lfalloc/lf_allocX64.h @@ -126,7 +126,7 @@ static bool FillMemoryOnAllocation = true; static bool TransparentHugePages = false; // force MADV_HUGEPAGE for large allocs static bool MapHugeTLB = false; // force MAP_HUGETLB for small allocs -static bool EnableDefrag = true; +static bool EnableDefrag = true; // Buffers that are larger than this size will not be filled with 0xcf #ifndef DBG_FILL_MAX_SIZE |