blob: cf179abe77b45f4fe3dade8c2e09749ff31bf0db [file] [log] [blame]
#ifndef VTR_RUSAGE_H
#define VTR_RUSAGE_H
#include <cstddef>
namespace vtr {
//Returns the maximum resident set size in bytes,
//or zero if unable to determine.
size_t get_max_rss();
} // namespace vtr
#endif