Memory Allocation (2023 Fall ECE 344 Section 3)
Jon Eyolfson · 32:35
This lecture covers memory allocation from an OS course perspective: static/global allocation is simple and freed automatically by the kernel but requires fixed, known-up-front sizes; stack allocation (implicitly allo...