operator new[] - C++ Reference - cplusplus.com - The C++ Resources Network
in C++, new[] is an operator with a very specific behavior: An expression with the new operator on an array type, first calls function operator new (i.e., this function) with the size of its array type specifier as first argument (plus any array overhead ...