Revision 132f63c1a343af4280df47cf9cc0453060d506b7 authored by Jérémie Detrey on 10 March 2014, 10:29:14 UTC, committed by Jérémie Detrey on 10 March 2014, 10:31:12 UTC
1 parent b2cdbc1
Raw File
memusage.h
/* 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