Book description
Explore and learn introductory topics about programming mechanisms for memory management available for Microsoft Windows. This book uses C++ pointers and specialized APIs such as the smart pointers of the C++ Standard Library and Microsoft UCRT functions. You’ll also see how to work with lvalue and rvalue references.
Introducing Mechanisms and APIs for Memory Management begins with topics about hardware features on the Intel x86 and Intel 64 (x64/amd64) hardware architectures and memory management. After reading this book you will be able to begin work with Windows memory management APIs.
- Understand concepts and hardware features for Intel x86 and Intel 64 (x64/amd64) and memory management
- Discover C++ programming language techniques and smart pointers
- Work with Microsoft UCRT management APIs for memory management
Table of contents
- Cover
- Front Matter
- 1. Memory Management
- 2. Development Environments, Memory Management, and Composite Type Pointers
- 3. Working with Smart Pointers: unique_ptr
- 4. Working with Smart Pointers: unique_ptr, shared_ptr, and weak_ptr
- 5. Working with Lvalue and Rvalue References
- 6. Working with Microsoft CRT/UCRT and Memory Management
- Back Matter
Product information
- Title: Introducing Mechanisms and APIs for Memory Management: Using Windows OS Native Runtime APIs
- Author(s):
- Release date: November 2019
- Publisher(s): Apress
- ISBN: 9781484254165
You might also like
book
Windows Graphics Programming Win32 GDI and DirectDraw®
The world's most complete guide to Windows graphics programming! Win32 GDI and DirectDraw: Accurate, under the …
book
C++20 Quick Syntax Reference: A Pocket Guide to the Language, APIs, and Library
This quick C++ 20 guide is a condensed code and syntax reference to the popular programming …
book
Microsoft Windows 2000 API SuperBible
Following in the tradition of the Win 95 and Win32 NT SuperBibles, this book is a …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …