diff options
author | prime <prime@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
commit | e34f3f0e381020a427f44fbd50463d9a04089db3 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/ytalloc/api/ytalloc.h | |
parent | 3695a7cd42b74a4987d8d5a8f2e2443556998943 (diff) | |
download | ydb-e34f3f0e381020a427f44fbd50463d9a04089db3.tar.gz |
Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/ytalloc/api/ytalloc.h')
-rw-r--r-- | library/cpp/ytalloc/api/ytalloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/ytalloc/api/ytalloc.h b/library/cpp/ytalloc/api/ytalloc.h index 1088fec177..d942dde638 100644 --- a/library/cpp/ytalloc/api/ytalloc.h +++ b/library/cpp/ytalloc/api/ytalloc.h @@ -190,7 +190,7 @@ void SetBacktraceFormatter(TBacktraceFormatter provider); //! Typically invoked on application startup to lock all binaries in memory //! and prevent executable code and static data to be paged out //! causing latency spikes. -void MlockFileMappings(bool populate = true); +void MlockFileMappings(bool populate = true); //////////////////////////////////////////////////////////////////////////////// // Configuration API @@ -349,7 +349,7 @@ DEFINE_ENUM(ETimingEventType, (MadviseDontNeed) (Locking) (Prefault) - (FilePrefault) + (FilePrefault) ); struct TTimingEventCounters |