Searched refs:threadHeap (Results 1 - 5 of 5) sorted by path

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dprocessheap.cpp29 # define HEAPTYPE threadHeap
H A Dprocessheap.h36 # define HEAPTYPE threadHeap
H A Dthreadheap.cpp32 threadHeap::threadHeap(void) function in class:threadHeap
45 threadHeap::malloc(const size_t size)
H A Dthreadheap.h34 // We use one threadHeap for each thread (processor).
37 class threadHeap : public hoardHeap { class in namespace:BPrivate
39 threadHeap(void);
53 threadHeap(const threadHeap &);
54 const threadHeap &operator=(const threadHeap &);
67 threadHeap::memalign(size_t alignment, size_t size)
143 threadHeap::objectSize(void *ptr)
156 void threadHeap
[all...]
H A Dwrapper.cpp228 if (threadHeap::objectSize(buffer) < size)
523 size_t objSize = threadHeap::objectSize(ptr);
568 return threadHeap::objectSize(ptr);

Completed in 157 milliseconds