Effective C++ Memory Allocation
Using several features of the language, this article presents a framework for resource allocation which is temporally deterministic, provides for callback, provides memory pools, and can provide for deadlock prevention.
C++ Tutorial - Dynamic Memory Allocation
This tutorial covers dynamic memory allocation in C++ for both single objects and arrays of objects. A common beginner bug, dangling pointers, is also described.
[ 1 ] [ 2 ] [ 3 ]
|