Searched refs:IsClean (Results 1 – 2 of 2) sorted by relevance
68 …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()
195 bool IsClean(void) const in IsClean() function in ot::Utils::Heap