Searched refs:heap_higher_priority_func (Results 1 – 2 of 2) sorted by relevance
18 typedef int (*heap_higher_priority_func)(void *, void *); typedef27 heap_higher_priority_func higher_priority;40 heap_context heap_new(heap_higher_priority_func, heap_index_func, int);
53 heap_new(heap_higher_priority_func higher_priority, heap_index_func index, in heap_new()