Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://lib.mexmat.ru/books/10221
Дата изменения: Unknown
Дата индексирования: Sun Apr 10 12:44:06 2016
Кодировка: Windows-1251
Электронная библиотека Попечительского совета механико-математического факультета Московского государственного университета
Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Memory management: Algorithms and implementation in C/C++
Автор: Blunden B.
Аннотация:
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.
With this book, you can:
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.