Proxying object allocations with Templates and class level new/delete overrides in C++
When working with languages such as C++, that allow access to the OS memory, you almost certainly run into situations where the standard memory model does not suit your needs. I want…