Hacker News new | ask | show | jobs
by pjmlp 660 days ago
ISO C++ doesn't require new and delete default implementations to call down into malloc()/free().

Many implementations do it, only because it is already there and thus it is easy just to reach for them.