Reports amount of used memory.
More...
#include <memusage.hpp>
List of all members.
Public Member Functions |
| MemoryUsageStruct (const string &aname, int anbytes, int anblocks) |
void | AddName (const string &aname) |
const string & | Name () const |
int | NBytes () const |
int | NBlocks () const |
Protected Attributes |
string | name |
int | nbytes |
int | nblocks |
Detailed Description
Reports amount of used memory.
The documentation for this class was generated from the following file: