Week01 Memory Allocation Notes
Tutorial on malloc, calloc, realloc, free
Further Reading
C/Linux Program Memory Model (but upside-down)

More detailed Stack and Heap on Linux

mm_struct
The linux kernel uses the mm_struct data structure to point to those memory sections.

Last updated