Searched refs:theap (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dprocessheap.cpp40 theap((HEAPTYPE*)hoardSbrk(sizeof(HEAPTYPE) * fMaxThreadHeaps)),
55 if (theap == NULL)
57 new(theap) HEAPTYPE[fMaxThreadHeaps];
70 theap[i].setpHeap(this);
72 theap[i].setIndex(i + 1);
98 amax += theap[j].maxAllocated(i) * sizeFromClass(i);
99 umax += theap[j].maxInUse(i) * sizeFromClass(i);
H A Dprocessheap.h139 HEAPTYPE* theap; member in class:BPrivate::processHeap
172 assert(theap != NULL);
175 return theap[i];

Completed in 34 milliseconds