Platform SDK: TAPI

CMSPArray

The CMSPArray template implements a smart array that will grow on demand. It is designed to hold small arrays with simple data types. It doesn't have a critical section. Its only dependencies are realloc and memmove. It is used internally to keep lists of object pointers. It is similar to ATL 2.1's CSimpleArray implementation, but it is more efficient for initial allocations.

This template is defined in MSPutils.h.