×

new and delete

C++
In the C++ programming language, new and delete are a pair of language constructs that perform dynamic memory allocation, object construction and object destruction. Wikipedia