AllocatedHeap< SuperHeap > Class Template Reference

#include <stats.h>

Inheritance diagram for AllocatedHeap< SuperHeap >:
SuperHeap

List of all members.

Public Member Functions

 AllocatedHeap (void)
void * malloc (size_t sz)
void free (void *ptr)
int getAllocated (void) const
int getMaxAllocated (void) const

Private Attributes

int allocated
int maxAllocated

template<class SuperHeap>
class AllocatedHeap< SuperHeap >


Constructor & Destructor Documentation

template<class SuperHeap >
AllocatedHeap< SuperHeap >::AllocatedHeap ( void   )  [inline]

Member Function Documentation

template<class SuperHeap >
void AllocatedHeap< SuperHeap >::free ( void *  ptr  )  [inline]
template<class SuperHeap >
int AllocatedHeap< SuperHeap >::getAllocated ( void   )  const [inline]
template<class SuperHeap >
int AllocatedHeap< SuperHeap >::getMaxAllocated ( void   )  const [inline]
template<class SuperHeap >
void* AllocatedHeap< SuperHeap >::malloc ( size_t  sz  )  [inline]

Member Data Documentation

template<class SuperHeap >
int AllocatedHeap< SuperHeap >::allocated [private]
template<class SuperHeap >
int AllocatedHeap< SuperHeap >::maxAllocated [private]

The documentation for this class was generated from the following file:
Generated on Tue Aug 2 11:51:26 2011 for Galois by  doxygen 1.6.3