|
Lines 30-36
Link Here
|
| 30 |
.Nm heap_for_each |
30 |
.Nm heap_for_each |
| 31 |
.Nd heap implementation of priority queues |
31 |
.Nd heap implementation of priority queues |
| 32 |
.Sh SYNOPSIS |
32 |
.Sh SYNOPSIS |
| 33 |
.Fd #include \&"heap.h\&" |
33 |
.Fd #include <isc/heap.h> |
| 34 |
.Ft heap_context |
34 |
.Ft heap_context |
| 35 |
.Fn heap_new "heap_higher_priority_func higher_priority" \ |
35 |
.Fn heap_new "heap_higher_priority_func higher_priority" \ |
| 36 |
"heap_index_func index" "int array_size_increment" |
36 |
"heap_index_func index" "int array_size_increment" |