operator delete[] - C++ Reference
operator delete[] is a regular function that can be called explicitly just as any other function. But in C++, delete[] is an operator with a very ...
delete Operator (C++)
The delete operator invokes the function operator delete. For objects not of class type (class, struct, or union), the global delete operator is invoked...