Mission Base

Program Base Library Functions

void pblStringBuilderFree

( PblStringBuilder* stringBuilder )

Frees the string builder's memory from heap.

Documentation

Frees the string builder's memory from heap.

This function has a time complexity of O(N), with N being the number of elements in the string builder.

Parameters:
stringBuilder - The string builder to free
Returns:
void

Alphabetic index



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