Page Tools:

Memory Management Algorithms and Implementation in C/C++,

Author(s): Bill Blunden
Details:
  • ISBN-13: 9781556223471
  • ISBN-10:1556223471
  • Paperback    360 pages      © 2003
Price: International Sales $66.95 US List
Add to Cart Request a Review Copy

Overview

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.

ShowKey Features

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.

Back to top

ShowAbout the Author(s)

Bill Blunden

Bill Blunden (MCSE, MCITP: Enterprise Administrator) began his journey into enterprise computing over ten years ago at an insurance company in Cleveland, Ohio. Gradually forging a westward path to Northern California, he’s worked with ERP middleware, developed code for network security appliances, and taken various detours through academia. Bill is the principal investigator at Below Gotham Labs.

Additional Titles by this Author

Back to top