The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
mem.h
Go to the documentation of this file.
1 
12 #pragma once
13 
14 #include <stddef.h>
15 
16 int mem_stat_setup(void);
17 size_t mem_stat_rss_max_get(void);
18 size_t mem_stat_rss_current_get(void);