First page
Back
Continue
Last page
Graphics
new and delete
new – used to request memory from the RTMM.
delete – used to release memory to the RTMM. (Also, calls the destructor for the object).
e.g.