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

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dsuperblock.h130 int _numAvailable; // The number of blocks available. member in class:BPrivate::superblock
178 _numAvailable--;
197 _numAvailable++;
206 return _numAvailable;
273 assert(_numAvailable <= _numBlocks);
H A Dsuperblock.cpp51 _numAvailable(0),
78 _numAvailable = _numBlocks;

Completed in 31 milliseconds