Home
last modified time | relevance | path

Searched refs:IsFree (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dheap.cpp86 VerifyOrExit(curr->IsFree()); in CAlloc()
175 if (right.IsFree()) in Free()
204 if (right.IsFree()) in Free()
Dheap.hpp149 bool IsFree(void) const { return mSize != kGuardBlockSize && GetNext() != 0; } in IsFree() function in ot::Utils::Block