Просмотр исходного кода

Restoring authorship annotation for <dened@yandex-team.ru>. Commit 2 of 2.

dened 3 лет назад
Родитель
Сommit
02ba02ced9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      library/cpp/lfalloc/lf_allocX64.h

+ 1 - 1
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