Table of Contents
The goal of this section is to get into the C memory model, addressing the following aspects:
The three memory areas of a program. Where are the parameters of a fuctions copied?.
Functions for booking/releasing memory.
The sizeof
function.
Memory booking/releasing function calls.