HL::AlignedChunkHeap< maxFree, chunkSize, slotSize, Super > Class Template Reference

#include <alignedchunk.h>

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

List of all members.

Public Member Functions

 AlignedChunkHeap (void)
virtual ~AlignedChunkHeap (void)
void * malloc (size_t sz)
void free (void *ptr)
size_t size (void *ptr)

Private Types

typedef AlignedChunk
< chunkSize, slotSize > 
chunkType

Private Attributes

chunkTypechunkList
int length

template<int maxFree, int chunkSize, int slotSize, class Super>
class HL::AlignedChunkHeap< maxFree, chunkSize, slotSize, Super >


Member Typedef Documentation

template<int maxFree, int chunkSize, int slotSize, class Super >
typedef AlignedChunk<chunkSize, slotSize> HL::AlignedChunkHeap< maxFree, chunkSize, slotSize, Super >::chunkType [private]

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<int maxFree, int chunkSize, int slotSize, class Super >
chunkType* HL::AlignedChunkHeap< maxFree, chunkSize, slotSize, Super >::chunkList [private]
template<int maxFree, int chunkSize, int slotSize, class Super >
int HL::AlignedChunkHeap< maxFree, chunkSize, slotSize, Super >::length [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