Does new operator call malloc() to apply memory ?

Gabriel Dos Reis gdr@integrable-solutions.net
Sat Aug 17 15:05:00 GMT 2013


On Sat, Aug 17, 2013 at 7:02 AM, Hatt Tom <net.study.sea@gmail.com> wrote:
> hi:
>
>    Does new operator call malloc() to apply memory ?
>
>    Is it successive for the memory rang returnedd allocated by new  ?
>
> Thanks!

These are internal implementation details we can't document
C++ programs to depend on.

-- Gaby



More information about the Libstdc++ mailing list