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

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dheap.h203 static size_t _sizeTable[SIZE_CLASSES]; member in class:BPrivate::hoardHeap
389 // (the smallest i such that _sizeTable[i] >= sz).
391 while (_sizeTable[sizeclass] < sz) {
404 return _sizeTable[sizeclass];
H A Dheap.cpp34 size_t hoardHeap::_sizeTable[hoardHeap::SIZE_CLASSES] = {
65 size_t hoardHeap::_sizeTable[hoardHeap::SIZE_CLASSES] = {
83 size_t hoardHeap::_sizeTable[hoardHeap::SIZE_CLASSES] = {

Completed in 16 milliseconds