CObArray::FreeExtra

Call this member function to free 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: Afxcoll.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CObArray Overview, CObArray Member Functions, Array Classes