diff options
| author | Arseny Smirnov <arseny30@gmail.com> | 2022-02-11 17:40:16 +0100 |
|---|---|---|
| committer | Arseny Smirnov <arseny30@gmail.com> | 2022-02-11 17:41:40 +0100 |
| commit | ecceb51881f149616f4d029ce5015fd70742bcfd (patch) | |
| tree | 121e25898c7acb9cef575290fabb9844e9131fc9 /benchmark | |
| parent | 15f27455c54d9dabf8ed9b6b436e08ad8a94e98c (diff) | |
FlatHashSet
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/hashset_memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/hashset_memory.cpp b/benchmark/hashset_memory.cpp index 67e871d67..ab453faaa 100644 --- a/benchmark/hashset_memory.cpp +++ b/benchmark/hashset_memory.cpp @@ -33,7 +33,7 @@ static bool use_memprof() { #endif } -static auto get_memory() { +static td::uint64 get_memory() { #if USE_MEMPROF if (use_memprof()) { return get_used_memory_size(); |
