aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/lf_allocX64.h
diff options
context:
space:
mode:
authorqwerty <qwerty@yandex-team.ru>2022-02-10 16:49:24 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:24 +0300
commit34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (patch)
treec9e2dc7251a6743c4352ec4a4c717b18a1bd4da7 /library/cpp/lfalloc/lf_allocX64.h
parent19bd45eb7775ffded0c62ab05d10b7326198aaa6 (diff)
downloadydb-34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba.tar.gz
Restoring authorship annotation for <qwerty@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lfalloc/lf_allocX64.h')
-rw-r--r--library/cpp/lfalloc/lf_allocX64.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h
index fd2a906d6f..05e528b67a 100644
--- a/library/cpp/lfalloc/lf_allocX64.h
+++ b/library/cpp/lfalloc/lf_allocX64.h
@@ -201,7 +201,7 @@ const int nSizeIdxToSize[N_SIZES] = {
96,
128,
#endif
- 192, 256, 384, 512, 768, 1024, 1536, 2048,
+ 192, 256, 384, 512, 768, 1024, 1536, 2048,
3072, 4096, 6144, 8192, 12288, 16384, 24576, 32768,
#ifdef LFALLOC_YT
49152, 65536
@@ -1115,13 +1115,13 @@ struct TThreadAllocInfo {
#endif
void Init(TThreadAllocInfo** pHead) {
- memset(this, 0, sizeof(*this));
+ memset(this, 0, sizeof(*this));
for (auto& i : FreePtrIndex)
i = THREAD_BUF;
#ifdef _win_
BOOL b = DuplicateHandle(
GetCurrentProcess(), GetCurrentThread(),
- GetCurrentProcess(), &hThread,
+ GetCurrentProcess(), &hThread,
0, FALSE, DUPLICATE_SAME_ACCESS);
Y_ASSERT_NOBT(b);
#endif
@@ -1671,7 +1671,7 @@ static void DebugTraceMMgr(const char* pszFormat, ...) // __cdecl
{
static char buff[20000];
va_list va;
- //
+ //
va_start(va, pszFormat);
vsprintf(buff, pszFormat, va);
va_end(va);