aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorsnow <snow@yandex-team.ru>2022-02-10 16:49:51 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:51 +0300
commitb3f165d1a2e8a2dbfcbb351310aeb05fae1f8a6c (patch)
tree8f92b813636cef1b46a00d28d05c485d385f1ac0 /util
parentc943ab142d4182af287664691cf116c143172792 (diff)
downloadydb-b3f165d1a2e8a2dbfcbb351310aeb05fae1f8a6c.tar.gz
Restoring authorship annotation for <snow@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r--util/system/filemap.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h
index 11be64bff4..f42c094389 100644
--- a/util/system/filemap.h
+++ b/util/system/filemap.h
@@ -168,14 +168,14 @@ public:
void Precharge(size_t pos = 0, size_t size = (size_t)-1) const;
- void SetSequential() {
- Map_.SetSequential();
- }
-
- void Evict() {
- Map_.Evict();
- }
-
+ void SetSequential() {
+ Map_.SetSequential();
+ }
+
+ void Evict() {
+ Map_.Evict();
+ }
+
private:
void Flush(void* ptr, size_t size, bool sync);