Lines Matching refs:hoardHeap
34 size_t hoardHeap::_sizeTable[hoardHeap::SIZE_CLASSES] = {
52 size_t hoardHeap::_threshold[hoardHeap::SIZE_CLASSES] = {
65 size_t hoardHeap::_sizeTable[hoardHeap::SIZE_CLASSES] = {
74 size_t hoardHeap::_threshold[hoardHeap::SIZE_CLASSES] = {
83 size_t hoardHeap::_sizeTable[hoardHeap::SIZE_CLASSES] = {
91 size_t hoardHeap::_threshold[hoardHeap::SIZE_CLASSES] = {
102 int hoardHeap::fMaxThreadHeaps = 1;
103 int hoardHeap::_numProcessors;
104 int hoardHeap::_numProcessorsMask;
128 hoardHeap::hoardHeap(void) in hoardHeap() function in hoardHeap
151 hoardHeap::insertSuperblock(int sizeclass, in insertSuperblock()
214 hoardHeap::removeMaxSuperblock(int sizeclass) in removeMaxSuperblock()
269 hoardHeap::removeSuperblock(superblock *sb, int sizeclass) in removeSuperblock()
294 hoardHeap::moveSuperblock(superblock *sb, in moveSuperblock()
330 hoardHeap::freeBlock(block * &b, superblock * &sb, in freeBlock()
408 if (this == (hoardHeap *)pHeap) in freeBlock()
449 hoardHeap::initNumProcs(void) in initNumProcs()
453 hoardHeap::_numProcessors = 1; in initNumProcs()
455 hoardHeap::_numProcessors = info.cpu_count; in initNumProcs()