Function binheap_capacity

Function Documentation

static inline size_t binheap_capacity(struct binheap *heap)

Get the heap capacity.

Parameters:

heap – The heap handle.

Returns:

# possible elements the heap can hold.