C++
static void* operator new( size_t size );
Description
Allocates additional memory for the stack.
Parameters
| Parameters | Description |
|---|---|
| size | Input size for allocation |
static void* operator new( size_t size );
Allocates additional memory for the stack.
| Parameters | Description |
|---|---|
| size | Input size for allocation |