aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/malloc/api/malloc.h
diff options
context:
space:
mode:
authorivanmorozov <ivanmorozov@yandex-team.ru>2022-02-10 16:47:34 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:34 +0300
commit464ba3814a83db4f2d5327393b0b6eaf0c86bfd7 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/malloc/api/malloc.h
parentcba5d9a444e2cfe105f55ccda66cd21d50440017 (diff)
downloadydb-464ba3814a83db4f2d5327393b0b6eaf0c86bfd7.tar.gz
Restoring authorship annotation for <ivanmorozov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/malloc/api/malloc.h')
-rw-r--r--library/cpp/malloc/api/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/malloc/api/malloc.h b/library/cpp/malloc/api/malloc.h
index f6aa9b9640..ebd545d6dd 100644
--- a/library/cpp/malloc/api/malloc.h
+++ b/library/cpp/malloc/api/malloc.h
@@ -12,7 +12,7 @@ namespace NMalloc {
bool (*SetParam)(const char* param, const char* value);
const char* (*GetParam)(const char* param);
- bool (*CheckParam)(const char* param, bool defaultValue);
+ bool (*CheckParam)(const char* param, bool defaultValue);
};
extern volatile bool IsAllocatorCorrupted;