Searched defs:IsLeftFree (Results 1 – 1 of 1) sorted by relevance
140 bool IsLeftFree(void) const { return GetLeftNext() != 0; } in IsLeftFree() function in ot::Utils::Block312 …bool IsLeftFree(const Block &aBlock) { return (BlockOffset(aBlock) != kFirstBlockOffset && aBlock.… in IsLeftFree() function in ot::Utils::Heap