Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:09:53

0001 #include <stddef.h>
0002 
0003 namespace ATOOLS {
0004 
0005   size_t GetPeakRSS();
0006   size_t GetCurrentRSS();
0007 
0008 }// end of namespace ATOOLS