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


CGlobalHeap Class

This class implements IAtlMemMgr using the Win32 global heap functions.

class CGlobalHeap : public IAtlMemMgr

Заметки

CGlobalHeap implements memory allocation functions using the Win32 global heap functions.

ПримечаниеПримечание.

The global heap functions are slower than other memory management functions and do not provide as many features. Therefore, new applications should use the heap functions. These are available in the CWin32Heap class. Global functions are still used by DDE and the clipboard functions.

Пример

See the example for IAtlMemMgr.

Требования

Header: atlmem.h

См. также

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

CGlobalHeap Members

ATL Class Overview

CComHeap Class

CWin32Heap Class

CLocalHeap Class

CCRTHeap Class

IAtlMemMgr Class