











































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: ORGNZTN PROGM LANG; Subject: Computer Science; University: University of Maryland; Term: Unknown 1989;
Typology: Study notes
1 / 51
This page cannot be seen from the preview
Don't miss anything!












































Memory and Garbage Collection
allocate(a); allocate(x); allocate(y); free(a); allocate(z); free(y); allocate(b); No contiguous space for b
stack 1 1 2 1 1
stack 1 1 2 1 1