Frees memory allocated with operator new.
void operator delete(void* ptr) throw(); void operator delete(void* ptr, const std::nothrow_t&) throw();