C++
static void operator delete( void* p, const void* pParent );
Description
Releases memory from the stack.
Parameters
Parameters | Description |
---|---|
p | Input object pointer |
pParent | Input parent object |
static void operator delete( void* p, const void* pParent );
Releases memory from the stack.
Parameters | Description |
---|---|
p | Input object pointer |
pParent | Input parent object |