- Shopping Bag ( 0 items )
-
All (6) from $32.40
-
New (4) from $32.40
-
Used (2) from $66.62
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 ...