Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_heap.cpp68 …VerifyOrQuit(p != nullptr && !heap.IsClean() && heap.GetFreeSize() + size <= totalSize, "allocatin… in TestAllocateSingle()
71 VerifyOrQuit(heap.IsClean() && heap.GetFreeSize() == totalSize, "freeing failed!\n"); in TestAllocateSingle()
153 VerifyOrQuit(heap.IsClean() && heap.GetFreeSize() == totalSize, in TestAllocateRandomly()
/openthread-latest/src/core/utils/
Dheap.hpp195 bool IsClean(void) const in IsClean() function in ot::Utils::Heap