diff options
Diffstat (limited to 'memprof/memprof_stat.h')
| -rw-r--r-- | memprof/memprof_stat.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/memprof/memprof_stat.h b/memprof/memprof_stat.h new file mode 100644 index 000000000..d12f9c127 --- /dev/null +++ b/memprof/memprof_stat.h @@ -0,0 +1,6 @@ +#pragma once + +#include <cstddef> + +bool is_memprof_on(); +std::size_t get_used_memory_size(); |
