Searched refs:HEAPTYPE (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dprocessheap.h34 # define HEAPTYPE privateHeap macro
36 # define HEAPTYPE threadHeap macro
74 inline HEAPTYPE & getHeap(int i);
139 HEAPTYPE* theap;
169 HEAPTYPE &
H A Dprocessheap.cpp27 # define HEAPTYPE privateHeap macro
29 # define HEAPTYPE threadHeap macro
40 theap((HEAPTYPE*)hoardSbrk(sizeof(HEAPTYPE) * fMaxThreadHeaps)),
57 new(theap) HEAPTYPE[fMaxThreadHeaps];

Completed in 36 milliseconds