1 2 3 4 5 6
#pragma once #include <cstddef> bool is_memprof_on(); std::size_t get_used_memory_size();