#include <multiheap.h>
Public Member Functions | |
void * | malloc (size_t sz) |
void | free (void *ptr) |
Private Member Functions | |
int | getThreadId (void) |
Private Attributes | |
Super | mySuper [NumHeaps] |
void MultiHeap< NumHeaps, Super >::free | ( | void * | ptr | ) | [inline] |
int MultiHeap< NumHeaps, Super >::getThreadId | ( | void | ) | [inline, private] |
void* MultiHeap< NumHeaps, Super >::malloc | ( | size_t | sz | ) | [inline] |
Super MultiHeap< NumHeaps, Super >::mySuper[NumHeaps] [private] |