Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / programming / memory-management

Memory Management

memory-management

Great Reads

by Vadim Stadnik
Simple and useful alternative to traditional memory pool
by Greg Utas
Recovering from memory leaks
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 Vadim Stadnik
Simple and useful alternative to traditional memory pool
by Greg Utas
Recovering from memory leaks
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.

All Articles

Sort by Score

memory-management 

by Vadim Stadnik
Simple and useful alternative to traditional memory pool
by Greg Utas
Recovering from memory leaks
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.
by Bruno van Dooren
How to use C++ templates for implementing dynamic memory objects with custom allocator