MyCustomObject * object=new MyCustomObject();
Assume the object pointer is used by many of my classes, but all of a sudden I want to change the con
Implement allocator to return same address, and use it in new and delete operator overloaded.