HEAPPOOLS (CICS)

The HEAPPOOLS option controls an optional heap storage management algorithm known as heap pools. The algorithm can improve the performance of multi-threaded C/C++ applications with high usage of malloc, calloc, realloc, free, new, and delete by eliminating contention for heap storage.

HEAPPOOLS has the following suboptions :

Notes :