HelenOS sources

sort_heap         687 uspace/lib/cpp/include/__bits/algorithm.hpp     void sort_heap(RandomAccessIterator, RandomAccessIterator,
sort_heap         712 uspace/lib/cpp/include/__bits/algorithm.hpp         sort_heap(first, last, comp);
sort_heap        1017 uspace/lib/cpp/include/__bits/algorithm.hpp         sort_heap(first, last, less<value_type>{});
HelenOS homepage, sources at GitHub