The ROme OpTimistic Simulator  2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
memusage.h
Go to the documentation of this file.
1 
33 #pragma once
34 
35 #include <string.h>
36 extern size_t getCurrentRSS(void);
37 extern size_t getPeakRSS(void);
size_t getPeakRSS(void)
Definition: memusage.c:70
size_t getCurrentRSS(void)
Definition: memusage.c:119