Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dheap.h34 #define heap_assert(statement) macro
105 heap_assert(_list);
242 heap_assert(0); // it's possible in theory but not in fact. in HeapPush()
247 heap_assert(0); // duplicated insertion. in HeapPush()
276 heap_assert(top->GetIndex() == 1); in HeapPop()
290 heap_assert(0); // duplicated deletion or illegal data. in HeapDelete()
302 heap_assert(pos == del->GetIndex()); in HeapDelete()