This rule is Obsolete | |
Synopsis: | Do not overload the new and/or delete operators |
Language: | C++ |
Severity Level: | 3 |
Category: | Object Allocation |
Description: |
In principle SW should NOT implement it's own memory management. Of course there may be a single exception on product level in case custom memory management is needed due to very strict performance requirements or so. But this will rarely happen. |
Literature References: |
ISC++ Rec. 8.6 |
Stroustrup 19.5 [10] |