October 2018
Beginner
794 pages
19h 23m
English
free(3), of course, is a library routine – so it stands to reason that when we free up memory, previously allocated by one of the dynamic allocation routines, it does not get freed back to the system, but rather to the process heap (which, of course, is virtual memory).
However, there are at least two cases where this may not occur:
Read now
Unlock full access