Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dheap.h285 typedef int (*heap_max_fn)( Heap * ); typedef
304 heap_max_fn max_fn; /* Max nodes in this heap */
368 Heap *heap_new( Compile *compile, heap_max_fn max_fn, int stsz, int rsz );
H A Dheap.c438 heap_link( Heap *heap, Compile *compile, heap_max_fn max_fn, int stsz, int rsz ) in heap_link()
459 heap_new( Compile *compile, heap_max_fn max_fn, int stsz, int rsz ) in heap_new()