#include <phothreadheap.h>
Public Member Functions | |
void * | malloc (size_t sz) |
void | free (void *ptr) |
int | remove (void *ptr) |
Private Member Functions | |
MarkThreadHeap< NumHeaps, super > * | selectHeap (int index) |
Private Attributes | |
MarkThreadHeap< NumHeaps, super > | ptHeaps [NumHeaps] |
void PHOThreadHeap< NumHeaps, super >::free | ( | void * | ptr | ) | [inline] |
void* PHOThreadHeap< NumHeaps, super >::malloc | ( | size_t | sz | ) | [inline] |
int PHOThreadHeap< NumHeaps, super >::remove | ( | void * | ptr | ) | [inline] |
MarkThreadHeap<NumHeaps, super>* PHOThreadHeap< NumHeaps, super >::selectHeap | ( | int | index | ) | [inline, private] |
MarkThreadHeap<NumHeaps, super> PHOThreadHeap< NumHeaps, super >::ptHeaps[NumHeaps] [private] |