Heap memory
Heap memory

Q: Why heap (as in heap memory) is named "heap"? A: It may comes from the fact that early Lisp implement memory management using Heap data structure (according to this this SO answer ).