new
#undef new
#define new AGG_DBG_NEW_OPERATOR
operator new(size_t size, const kdebug_alloc_t&) throw()
operator new(size_t size, const malloc_flags& flags) throw()
operator new(size_t size, ObjectCache* objectCache, uint32 flags) throw()
inline void *operator new(size_t size, const nothrow_t&) throw()