min_heap_empty
assert(min_heap_empty(&base->timeheap));
if (min_heap_empty(&base->timeheap))
static inline int min_heap_empty(min_heap_t * s);