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 >
void HL::ThreadHeap< NumHeaps, PerThreadHeap >::free ( void *  ptr  )  [inline]
template<int NumHeaps, class PerThreadHeap >
PerThreadHeap* HL::ThreadHeap< NumHeaps, PerThreadHeap >::getHeap ( int  index  )  [inline, private]
template<int NumHeaps, class PerThreadHeap >
size_t HL::ThreadHeap< NumHeaps, PerThreadHeap >::getSize ( void *  ptr  )  [inline]
template<int NumHeaps, class PerThreadHeap >
int ThreadHeap< NumHeaps, PerThreadHeap >::getThreadId ( void   )  [inline, static, private]
template<int NumHeaps, class PerThreadHeap >
void* HL::ThreadHeap< NumHeaps, PerThreadHeap >::malloc ( size_t  sz  )  [inline]

Member Data Documentation

template<int NumHeaps, class PerThreadHeap >
PerThreadHeap HL::ThreadHeap< NumHeaps, PerThreadHeap >::ptHeaps[NumHeaps] [private]

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