Mission Base

Program Base Library Functions

int pblHeapGetCapacity

( PblHeap* heap )

Returns the capacity of the heap.

Documentation

Returns the capacity of the heap.

This function has a time complexity of O(1).

Parameters:
heap - The heap to use
Returns:
int rc: The capacity of the heap.

Alphabetic index



This page was generated with the help of DOC++.