Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 158 Bytes

Memory Storage.md

File metadata and controls

9 lines (5 loc) · 158 Bytes

Memory is stored in two ways, the Heap and Stack.

Heap

The heap is where variables are stored.

Stack

The stack is where function calls are tracked.