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.