Click here to Skip to main content
15,867,488 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