operator new (Visual Studio Supplementary Reference)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The function called by a new-expression to allocate storage for individual objects.
void * operator new(
unsigned int count
);
Show: