Click here to Skip to main content
15,860,859 members
Everything / General Programming / Memory Management

Memory Management

memory-management

Great Reads

by Bruno van Dooren
How to use C++ templates for implementing dynamic memory objects with custom allocator
by Vadim Stadnik
Simple and useful alternative to traditional memory pool
by Coral Kashri
More about smart memory management in C++
by Bruno van Dooren
The win32 subsystem often returns pointers to objects that need to be deallocated by the caller. In this article, I show a way to do this reliably and in an exception-safe manner.

Latest Articles

by Coral Kashri
More about smart memory management in C++
by Vadim Stadnik
Simple and useful alternative to traditional memory pool
by Bruno van Dooren
How to use C++ templates for implementing dynamic memory objects with custom allocator
by Bruno van Dooren
The win32 subsystem often returns pointers to objects that need to be deallocated by the caller. In this article, I show a way to do this reliably and in an exception-safe manner.

All Articles

Sort by Score

Memory Management 

22 Jan 2023 by Bruno van Dooren
How to use C++ templates for implementing dynamic memory objects with custom allocator
6 Feb 2023 by Vadim Stadnik
Simple and useful alternative to traditional memory pool
3 Nov 2022 by Bruno van Dooren
The win32 subsystem often returns pointers to objects that need to be deallocated by the caller. In this article, I show a way to do this reliably and in an exception-safe manner.
5 Mar 2022 by Greg Utas
Recovering from memory leaks