Поделиться через


CHeapPtrList::CHeapPtrList

The constructor.

CHeapPtrList(
   UINT nBlockSize = 10 
) throw( );

Параметры

  • nBlockSize
    The block size.

Заметки

The block size is a measure of the amount of memory allocated when a new element is required. Larger block sizes reduce calls to memory allocation routines, but use more resources.

Требования

Header: atlcoll.h

См. также

Основные понятия

CHeapPtrList Class

CHeapPtrList Members