Home
last modified time | relevance | path

Searched refs:heap_alloc (Results 1 – 3 of 3) sorted by relevance

/coreutils/gl/lib/
Dheap.h27 struct heap *heap_alloc (int (*) (void const *, void const *), size_t)
Dheap.c44 heap_alloc (int (*compare) (void const *, void const *), size_t n_reserve) in heap_alloc() function
/coreutils/src/
Dsort.c3467 queue->priority_queue = heap_alloc (compare_nodes, 2 * nthreads); in queue_init()