heap_context
heap_context
heap_context timers;
heap_context evCreateTimers(const evContext_p *);
float_up(heap_context ctx, int i, void *elt) {
sink_down(heap_context ctx, int i, void *elt) {
heap_insert(heap_context ctx, void *elt) {
heap_delete(heap_context ctx, int i) {
heap_increased(heap_context ctx, int i) {
heap_decreased(heap_context ctx, int i) {
heap_element(heap_context ctx, int i) {
heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) {
heap_context
heap_context ctx;
ctx = (heap_context)malloc(sizeof (struct heap_context));
heap_free(heap_context ctx) {
heap_resize(heap_context ctx) {
heap_context heap_new(heap_higher_priority_func, heap_index_func, int);
int heap_free(heap_context);
int heap_insert(heap_context, void *);
int heap_delete(heap_context, int);
int heap_increased(heap_context, int);
int heap_decreased(heap_context, int);
void * heap_element(heap_context, int);
int heap_for_each(heap_context, heap_for_each_func, void *);