SlotInterface< chunkSize, slotSize, Super > Class Template Reference

#include <slotheap.h>

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

List of all members.

Public Member Functions

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

Private Attributes

Chunk< chunkSize, slotSize > * currentChunk

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


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<int chunkSize, int slotSize, class Super>
Chunk<chunkSize, slotSize>* SlotInterface< chunkSize, slotSize, Super >::currentChunk [private]

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