This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Control c++ 'new' objects allocation heap

Is it possible to configure the heap on which objects allocated using the 'new' keyword are allocated?

What is the default heap?