tdlight/memprof/memprof_stat.h

7 lines
92 B
C
Raw Normal View History

#pragma once
#include <cstddef>
bool is_memprof_on();
std::size_t get_used_memory_size();