dynamic memory allocation
the allocation of memory storage for use in a computer program during runtime
Debug new
technique in C++ to overload and/or redefine operator new and operator delete in order to intercept the memory allocation and deallocation calls, and thus debug a program for memory usage
C dynamic memory allocation
memory management