Home
last modified time | relevance | path

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

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