4
CS2
Leon Reznik
Week 9
What is Dynamic Memory?
•
Memory which is allocated and de-allocated
during the execution of the program.
•
Types:
–
data in run-time stack
–
dynamic data in the heap
–