Storage - Heap

heap : an area of storage used by Language Environment routines. The heap consists of the initial heap segment and zero or more increments. Heap storage contains storage acquired by the ALLOCATE statement in PL/I, and storage acquired by malloc() and calloc() in C and most working storage for COBOL.