operator new (Developer Notes)
Visual Studio 2005
The function called by a new-expression to allocate storage for individual objects.
void * operator new( unsigned int count );
Community Additions
ADD
Show: