Lecture 3 - Slide 15 : 27
The free store
The C++ operators new and delete are used instead of the <cstdlib> functions malloc / calloc and free
new-del-1.cpp
Illustration of free store.

"A C++ implementation does not guarantee the prescence of a 'garbage collector'" [Stoustrup 4ed page 278]