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

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dsuperblock.h136 superblock *_prev; // The previous superblock in the list. member in class:BPrivate::superblock
237 return _prev;
249 _prev = nextSb->_prev;
250 nextSb->_prev = this;
260 _next->_prev = _prev;
261 if (_prev)
262 _prev->_next = _next;
264 _prev
[all...]
H A Dsuperblock.cpp52 _fullness(0), _freeList(NULL), _owner(o), _next(NULL), _prev(NULL)

Completed in 21 milliseconds