Lee Learns

Stack

Source material:

Properties of the stack:

The stack is considered a very fast memory allocation mechanism because it only requires adjusting a single stack pointer to allocate or deallocate memory.

Properties of the stack pointer:

#fundamentals