Mission Base

Program Base Library Functions

int pblPriorityQueueTrimToSize

( PblPriorityQueue* queue )

Trims the capacity of the queue to the priority queue's current size.

Documentation

Trims the capacity of the queue to the priority queue's current size.

If the capacity is actually decreased, this function has a time complexity of O(N), with N being the number of elements in the priority queue.

Parameters:
queue - The queue to use
Returns:
int rc >= 0: The capacity of the queue.
int rc < 0: An error, see pbl_errno:
PBL_ERROR_OUT_OF_MEMORY - Out of memory.

Alphabetic index



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