Computer Systems CS 3650
Lab
Previous
Next
Readings (Do Before Class)
malloc man page
brk, sbrk
realloc man page
Slides (Look at During Class)
Slides
In-Class Activity or Lab (After the Lecture)
(lab day) Do a 'git pull'
Code
Listing
File
Notes
1
union.c
Shows off how unions take on the size of the biggest element, rather than the summation of all of the data.
Audio Recording
Audio Recordings are posted after class. Occasionally technical errors happen, but I do my best to post recordings as soon as possible.
Additional Resources
Please look over these curated links.
Design Decisions for a memory allocator
The history of Unix's confusing set of low-level ways to allocate memory