Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
C++ Memory Management

You're reading from   C++ Memory Management Write leaner and safer C++ code using proven memory-management techniques

Arrow left icon
Product type Paperback
Published in Mar 2025
Publisher Packt
ISBN-13 9781805129806
Length 442 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Patrice Roy Patrice Roy
Author Profile Icon Patrice Roy
Patrice Roy
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Part 1: Memory in C++
2. Chapter 1: Objects, Pointers, and References FREE CHAPTER 3. Chapter 2: Things to Be Careful With 4. Chapter 3: Casts and cv-qualifications 5. Part 2: Implicit Memory Management Techniques
6. Chapter 4: Using Destructors 7. Chapter 5: Using Standard Smart Pointers 8. Chapter 6: Writing Smart Pointers 9. Part 3: Taking Control (of Memory Management Mechanisms)
10. Chapter 7: Overloading Memory Allocation Operators 11. Chapter 8: Writing a Naïve Leak Detector 12. Chapter 9: Atypical Allocation Mechanisms 13. Chapter 10: Arena-Based Memory Management and Other Optimizations 14. Chapter 11: Deferred Reclamation 15. Part 4: Writing Generic Containers (and a Bit More)
16. Chapter 12: Writing Generic Containers with Explicit Memory Management 17. Chapter 13: Writing Generic Containers with Implicit Memory Management 18. Chapter 14: Writing Generic Containers with Allocator Support 19. Chapter 15: Contemporary Issues 20. Annexure: Things You Should Know 21. Index 22. Other Books You May Enjoy

Part 3: Taking Control (of Memory Management Mechanisms)

In this part, we will delve somewhat deeper and examine ways in which you can take over some of the core memory allocation mechanisms in the C++ language and customize them to your needs. We will see how you can control what operators such as new and delete do, how to use specialized knowledge to obtain specific execution properties, and how these operators can be used in innovative ways. We will also use this knowledge for a few real-life applications and to achieve fast, sometimes extremely fast, memory management operations.

This part has the following chapters:

  • Chapter 7, Overloading Memory Allocation Operators
  • Chapter 8, Writing a Naïve Leak Detector
  • Chapter 9, Atypical Allocation Mechanisms
  • Chapter 10, Arena-Based Memory Management and Other Optimizations
  • Chapter 11, Deferred Reclamation
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime