Improve Memory Management

Because C++ objects are often allocated from the heap and have limited scope, memory use in C++ programs affects performance more than in C programs. Points below that apply specifically to C++ are identified by



Optimize Your Application
Memory Management Functions
Data Mapping


Improve Allocation of Storage