Searched refs:heap_assert (Results 1 – 1 of 1) sorted by relevance
34 #define heap_assert(statement) macro105 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()