Raw File
/* WARNING: this file is part of CADO-NFS */

#ifndef MEMUSAGE_H_
#define MEMUSAGE_H_

#ifdef	__cplusplus
extern "C" {
#endif

extern long Memusage (void);
extern long Memusage2 (void);
extern long PeakMemusage (void);

#ifdef	__cplusplus
}
#endif

#endif /* MEMUSAGE_H_ */
back to top