HL::ThreadHeap< NumHeaps, PerThreadHeap > Class Template Reference
#include <threadheap.h>
List of all members.
Public Member Functions |
| void * | malloc (size_t sz) |
| void | free (void *ptr) |
| size_t | getSize (void *ptr) |
Private Member Functions |
| PerThreadHeap * | getHeap (int index) |
Static Private Member Functions |
| static int | getThreadId (void) |
Private Attributes |
| PerThreadHeap | ptHeaps [NumHeaps] |
template<int NumHeaps, class PerThreadHeap>
class HL::ThreadHeap< NumHeaps, PerThreadHeap >
Member Function Documentation
template<int NumHeaps, class PerThreadHeap >
template<int NumHeaps, class PerThreadHeap >
template<int NumHeaps, class PerThreadHeap >
template<int NumHeaps, class PerThreadHeap >
template<int NumHeaps, class PerThreadHeap >
Member Data Documentation
template<int NumHeaps, class PerThreadHeap >
The documentation for this class was generated from the following file: