𝔖 Bobbio Scriptorium
✦   LIBER   ✦

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


Memory Management: Algorithms and Implem
✍ Blunden, Bill πŸ“‚ Library πŸ“… 2003;2002 🌐 English βš– 4 MB

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 as a Programming Concept in C and
✍ Frantisek Franek πŸ“‚ Library πŸ“… 2003 πŸ› Cambridge University Press 🌐 English βš– 3 MB

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