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

/macosx-10.9.5/libauto-185.5/
H A DFreeList.h73 ASSERTION(size() == size_again());
82 usword_t size_again() { return *(usword_t *)displace(this, _size - sizeof(usword_t)); } function in class:Auto::FreeListNode
95 void validate() { ASSERTION(size() == size_again()); }
H A DAdmin.cpp263 if (node->size() != node->size_again()) break;
315 if (node->size() != node->size_again()) return false;

Completed in 131 milliseconds