Term of the Moment

fungible token


Look Up Another Term


Redirected from: heap space

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.