Topic List

Click a topic to learn more.


Term of the Moment

card sharing


Look Up Another Term


Definition: heap


In programming, it refers to a common pool of memory that is available to the program. The management of the heap is either done by the applications themselves, allocating and deallocating memory as required, or by the operating system or other system program.