HL::AlignedSlotHeap< chunkSize, slotSize, Super > Class Template Reference

#include <alignedchunk.h>

Inheritance diagram for HL::AlignedSlotHeap< chunkSize, slotSize, Super >:
Super

List of all members.

Public Member Functions

 AlignedSlotHeap (void)
virtual ~AlignedSlotHeap (void)
void * malloc (size_t sz)
void free (void *ptr)

Private Attributes

AlignedChunk< chunkSize,
slotSize > * 
myChunk

template<int chunkSize, int slotSize, class Super>
class HL::AlignedSlotHeap< chunkSize, slotSize, Super >


Constructor & Destructor Documentation

template<int chunkSize, int slotSize, class Super>
HL::AlignedSlotHeap< chunkSize, slotSize, Super >::AlignedSlotHeap ( void   )  [inline]
template<int chunkSize, int slotSize, class Super>
virtual HL::AlignedSlotHeap< chunkSize, slotSize, Super >::~AlignedSlotHeap ( void   )  [inline, virtual]

Member Function Documentation

template<int chunkSize, int slotSize, class Super>
void HL::AlignedSlotHeap< chunkSize, slotSize, Super >::free ( void *  ptr  )  [inline]
template<int chunkSize, int slotSize, class Super>
void* HL::AlignedSlotHeap< chunkSize, slotSize, Super >::malloc ( size_t  sz  )  [inline]

Member Data Documentation

template<int chunkSize, int slotSize, class Super>
AlignedChunk<chunkSize, slotSize>* HL::AlignedSlotHeap< chunkSize, slotSize, Super >::myChunk [private]

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