TopSlotHeap< chunkSize, slotSize, Super > Class Template Reference

#include <topslotheap.h>

Inheritance diagram for TopSlotHeap< chunkSize, slotSize, Super >:
Super

List of all members.

Public Member Functions

 TopSlotHeap (void)
void * malloc (size_t sz)
void free (void *ptr)

Protected Member Functions

virtual void localFree (void *ptr)

Private Attributes

BigChunk< chunkSize, slotSize,
TopSlotHeap > * 
myChunks

template<int chunkSize, int slotSize, class Super>
class TopSlotHeap< chunkSize, slotSize, Super >


Constructor & Destructor Documentation

template<int chunkSize, int slotSize, class Super >
TopSlotHeap< chunkSize, slotSize, Super >::TopSlotHeap ( void   )  [inline]

Member Function Documentation

template<int chunkSize, int slotSize, class Super >
void TopSlotHeap< chunkSize, slotSize, Super >::free ( void *  ptr  )  [inline]
template<int chunkSize, int slotSize, class Super >
void TopSlotHeap< chunkSize, slotSize, Super >::localFree ( void *  ptr  )  [inline, protected, virtual]
template<int chunkSize, int slotSize, class Super >
void * TopSlotHeap< chunkSize, slotSize, Super >::malloc ( size_t  sz  )  [inline]

Member Data Documentation

template<int chunkSize, int slotSize, class Super >
BigChunk<chunkSize, slotSize, TopSlotHeap>* TopSlotHeap< chunkSize, slotSize, Super >::myChunks [private]

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