Inside memory management
[Posted November 17, 2004 by cook]
Jonathan Bartlett
discusses memory management on IBM developerWorks.
"
Get an overview of the memory management techniques that are available to Linux programmers, focusing on the C language but applicable to other languages as well. This article gives you the details of how memory management works, and then goes on to show how to manage memory manually, how to manage memory semi-manually using referencing counting or pooling, and how to manage memory automatically using garbage collection."
(
Log in to post comments)