operator delete[] - C++ Reference - cplusplus.com - The C++ Resources Network
(1) ordinary delete Deallocates the memory block pointed by ptr (if not null), releasing the storage space previously allocated to it by a call to operator new[] and rendering that pointer location invalid. The default definition calls ::operator delete(p...