memgraph/src/utils/readable_size.hpp
antonio2368 9c6bf4b1b8 Updated storage info (#102)
* Refactor readable size function

* Log set memory limit

* Add memory allocation info to storage

* Updated changelog
2021-03-24 15:10:28 +01:00

7 lines
114 B
C++

#pragma once
#include <string>
namespace utils {
std::string GetReadableSize(double size);
} // namespace utils