Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Dheap.c27 static int heap_default_compare (void const *, void const *);
56 heap->compare = compare ? compare : heap_default_compare; in heap_alloc()
63 heap_default_compare (void const *a, void const *b) in heap_default_compare() function