|
NAMEPhkBinHeap* , —
Binary heap implementation
SYNOPSIS#include <phk_binheap.h>
typedef int phkbinheap_cmp_t (void *priv, void *a, void *b);
int
void
void *
DESCRIPTIONThese functions implement an ordered binary heap.SEE ALSOlibphk(3)HISTORYWritten by Poul-Henning Kamp for the Varnish HTTP accellerator, now part of libphk.
Visit the GSP FreeBSD Man Page Interface. |