Browse Source

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

dened 3 years ago
parent
commit
02ba02ced9
1 changed files with 1 additions and 1 deletions
  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