CNoTrackObject::operator new

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]


          
static void * CNoTrackObject::operator new( 
   unsigned int count
);
        

count

The number of bytes of storage to be allocated.

A pointer to the lowest byte address of the newly-allocated storage.

Show: