Memory Management: Algorithms and Implementations in C/C++

Memory Management: Algorithms and Implementations in C/C++

简介:

内存管理: C/C中的算法和实现介绍了垃圾收集和显式内存管理算法的几种具体实现。每个实现都有深入的理论介绍,然后是基准测试,C/C源代码的完整列表以及对每个实现的权衡的讨论。了解处理器如何在硬件级别管理内存。发现不同操作系统利用处理器设施通过系统调用接口提供内存服务的方式。

英文简介:

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.

书名
Memory Management: Algorithms and Implementations in C/C++
译名
内存管理:C/C++ 中的算法和实现
语言
英语
年份
2003
页数
391页
大小
3.99 MB
标签
  • 算法
  • C++
  • 下载
    pdf iconMemory Management: Algorithms and Implementations in C/C++.pdf
    密码
    65536

    最后更新:2025-04-12 23:57:50

    ←Practical Performance Profiling: Improving the Efficiency of .NET Code

    →How To Code in Node.js