1 2 3 4 5 6 7
#ifndef _TOOLS_H #define _TOOLS_H void* operator new(size_t sz); void operator delete(void* p); #endif