C/C++ 内存管理算法和实现 Memory Management Algorithms and Implementation in C/C++

[入库:2005年11月10日] [更新:2007年10月23日]

本文简介:This book is divided into six chapters. I will start from the ground up and try to provide a comprehensive, but detailed, view of memory management fundamentals.

      The first chapter presents a detailed look at the machinery that allows memory management to take place. Almost every operating system in production takes advantage of facilities that are provided by the native processor. This is done primarily for speed, since pushing repetitive bookkeeping down to the hardware benefits overall performance. There have been attempts by some engineers to track and protect memory strictly outside of the hardware.

  
本方案相关附件

本文关键:,,C/C++, 内存管理算法,Memory Management Algorithms and Implementation in C/C++,
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top