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