C Library Functions: Transparent Memory Pooling

Function Header File Description
_uflush umalloc.h Releases all objects of the provided size within the subpool back to the heap.
_upool umalloc.h Creates a transparent pool for all allocations performed on the uh heap (via malloc and _umalloc for sizes between minsz and maxsz).


Alphabetical Listing of IBM C and C++ Compilers Functions and Macros