threadHeap
# define HEAPTYPE threadHeap
# define HEAPTYPE threadHeap
threadHeap::threadHeap(void)
threadHeap::malloc(const size_t size)
threadHeap::objectSize(void *ptr)
void threadHeap::setpHeap(processHeap *p)
class threadHeap : public hoardHeap {
threadHeap(void);
threadHeap(const threadHeap &);
const threadHeap &operator=(const threadHeap &);
threadHeap::memalign(size_t alignment, size_t size)
if (threadHeap::objectSize(buffer) < size)
size_t objSize = threadHeap::objectSize(ptr);
return threadHeap::objectSize(ptr);