Searched refs:getFullness (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dsuperblock.h89 inline int getFullness(void);
289 superblock::getFullness(void) function in class:BPrivate::superblock
H A Dheap.cpp166 int fullness = sb->getFullness();
301 assert(sb->getFullness() == toBin);
337 const int oldFullness = sb->getFullness();
340 const int newFullness = sb->getFullness();
H A Dheap.h348 int oldFullness = sb->getFullness();
368 int fullness = sb->getFullness();

Completed in 108 milliseconds