Hi all.I've wrote my own custom allocator using C++'s templates and all is working as expected. However, during my deallocation, I call an object's virtual de-constructor which executes the user's de-constructors . However, the next time I allocate t...