BinHeap< Bins, NumBins, Super > Class Template Reference
#include <binheap.h>
List of all members.
Public Member Functions |
void * | malloc (size_t sz) |
void | free (void *ptr) |
Private Member Functions |
int | findBin (size_t sz) |
Private Attributes |
Super | myHeaps [NumBins+1] |
template<int Bins, int NumBins, class Super>
class BinHeap< Bins, NumBins, Super >
Member Function Documentation
template<int Bins, int NumBins, class Super >
int BinHeap< Bins, NumBins, Super >::findBin |
( |
size_t |
sz |
) |
[inline, private] |
template<int Bins, int NumBins, class Super >
void BinHeap< Bins, NumBins, Super >::free |
( |
void * |
ptr |
) |
[inline] |
template<int Bins, int NumBins, class Super >
void* BinHeap< Bins, NumBins, Super >::malloc |
( |
size_t |
sz |
) |
[inline] |
Member Data Documentation
template<int Bins, int NumBins, class Super >
The documentation for this class was generated from the following file: