Searched refs:IsFree (Results 1 – 2 of 2) sorted by relevance
85 VerifyOrExit(curr->IsFree()); in CAlloc()174 if (right.IsFree()) in Free()203 if (right.IsFree()) in Free()
139 bool IsFree(void) const { return mSize != kGuardBlockSize && GetNext() != 0; } in IsFree() function in ot::Utils::Block