harttle/harttle.github.io

2015/09/19/effective-cpp-50

utterances-bot opened this issue · 1 comments

Effective C++ 50:为什么需要自定义 new 和 delete? | Harttle Land

实现一个operator new很容易,但实现一个好的operator new却很难。

https://harttle.land/2015/09/19/effective-cpp-50.html

请问如果要在派生类中重载new和delete 需要注意什么呢?