Memory Management: Algorithms and Implementation in C/C++ presents several concrete implementations of garbage collection and explicit memory management algorithms. Every implementation is complemented by an in-depth presentation of theory, followed by benchmark tests, a complete listing of C/C++ so
Memory Management: Algorithms and Implementations in C/C++ (Windows Programming/Development)
β Scribed by Blunden, Bill
- Book ID
- 127433496
- Year
- 2003;2002
- Tongue
- English
- Weight
- 4 MB
- Edition
- 1
- Category
- Library
- ISBN
- 0585428700
No coin nor oath required. For personal study only.
β¦ Synopsis
Memory Management: Algorithms and Implementation in C/C++ presents several concrete implementations of garbage collection and explicit memory management algorithms. Every implementation is complemented by an in-depth presentation of theory, followed by benchmark tests, a complete listing of C/C++ source code, and a discussion of each implementationβs trade-offs. Find out how memory is managed at the hardware level by the processor. Discover the ways in which different operating systems take advantage of processor facilities to provide memory services via the system call interface. Understand how development libraries and run-time systems build upon the operating system services to manage memory on behalf of user applications. Learn about five complete memory management subsystems that utilize both explicit and automatic collection algorithms
π SIMILAR VOLUMES
Franek (McMaster U.) reminds us that programs are not executed in a vacuum but in a computer memory, a simple fact that changes the way must programmers and students must think about the semantics of the programming language. He begins by describing the transformation of a source file to an executab