Item 50: Understand when it makes sense to replace new and delete(Effective C++)
时间:2011-04-09 来源:Ray Z
There are many valid reasons for writing custom versions of new and delete, including improving performance, debugging heap usage errors, and collecting heap usage information.
相关阅读 更多 +