Language - Heap (Memory)
Table of Contents
About
The heap is a chunk of memory where the variable or function are stored during run time.
A garbage collector manages the heap if present in the language features.
See also the Tree - Heap Data Structure