Memory management: algorithms and implementation in C/C++


Memory management: algorithms and implementation in C/C++
by Bill Blunden
ISBN 1-55622-347-1

Overview
This book provides an in-depth look at memory subsystems and offers extensive source code examples. In cases where I do not have access to source code (i.e., Windows), I offer advice on how to gather forensic evidence, which will nurture insight. While some books only give readers a peak under the hood, this book will give readers a power drill and allow them to rip out the transmission.

The idea behind this is to allow readers to step into the garage and get their hands dirty. My own experience with memory managers began back in the late 1980s when Borland’s nifty Turbo C 1.0 compiler was released. This was my first taste of the C language. I can remember using a disassembler to reverse engineer library code in an attempt to see how the malloc() and free() standard library function.

Download : Memory management


Didn't Find What You'Re Looking For? Try Search Using Search Box

Related Books