new

This operator allocates additional memory.

The following macros call this method:

Visibility
Public
Signature
void * operator new (size_t size, void * p);
Parameters
size

Specifies the memory required

p

Specifies a pointer to the memory location

Notes

Feedback