Operator delete[] is used in conjunction with operator new[] for array allocations.
void operator delete[] (void* ptr) throw(); void operator delete[] (void* ptr, const std::nothrow_t&) throw();