Searched refs:SIZE_CLASSES (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/malloc/
H A Dheap.h77 enum { SIZE_CLASSES = 115 }; enumerator in enum:BPrivate::hoardHeap::__anon5551
79 enum { SIZE_CLASSES = 46 }; enumerator in enum:BPrivate::hoardHeap::__anon5552
81 enum { SIZE_CLASSES = 32 }; enumerator in enum:BPrivate::hoardHeap::__anon5553
182 heapStats _stats[SIZE_CLASSES];
195 superblock *_superblocks[SUPERBLOCK_FULLNESS_GROUP][SIZE_CLASSES];
198 int _leastEmptyBin[SIZE_CLASSES];
208 static size_t _sizeTable[SIZE_CLASSES];
211 static size_t _threshold[SIZE_CLASSES];
231 assert(sizeclass < SIZE_CLASSES);
241 assert(sizeclass < SIZE_CLASSES);
[all...]
H A Dheap.cpp29 // if SIZE_CLASSES, ALIGNMENT, SIZE_CLASS_BASE, MAX_EMPTY_SUPERBLOCKS,
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] = {
138 for (int j = 0; j < SIZE_CLASSES; j++) {
144 for (int k = 0; k < SIZE_CLASSES; k++) {
H A Dprocessheap.cpp78 for (int i = 0; i < SIZE_CLASSES; i++) {
H A Dwrapper.cpp519 for (int i = 0; i < hoardHeap::SIZE_CLASSES; i++) {
533 stats.chunks_free = hoardHeap::SIZE_CLASSES - chunks;

Completed in 38 milliseconds