CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
memory_info.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module:
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
9
10#ifndef CPROVER_UTIL_MEMORY_INFO_H
11#define CPROVER_UTIL_MEMORY_INFO_H
12
13#include <iosfwd>
14
15void memory_info(std::ostream &);
16
17#endif // CPROVER_UTIL_MEMORY_INFO_H
void memory_info(std::ostream &)