CArray::FreeExtra

This member function frees any extra memory that was allocated while the array was grown. This function has no effect on the size or upper bound of the array.

Syntax

void FreeExtra( );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CArray Overview