aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark
diff options
context:
space:
mode:
authorArseny Smirnov <arseny30@gmail.com>2022-02-11 17:40:16 +0100
committerArseny Smirnov <arseny30@gmail.com>2022-02-11 17:41:40 +0100
commitecceb51881f149616f4d029ce5015fd70742bcfd (patch)
tree121e25898c7acb9cef575290fabb9844e9131fc9 /benchmark
parent15f27455c54d9dabf8ed9b6b436e08ad8a94e98c (diff)
FlatHashSet
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/hashset_memory.cpp2
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();