Searched refs:heap_alloc (Results 1 – 3 of 3) sorted by relevance
27 struct heap *heap_alloc (int (*) (void const *, void const *), size_t)
44 heap_alloc (int (*compare) (void const *, void const *), size_t n_reserve) in heap_alloc() function
3467 queue->priority_queue = heap_alloc (compare_nodes, 2 * nthreads); in queue_init()