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


CLocalHeap Class

This class implements IAtlMemMgr using the Win32 local heap functions.

class CLocalHeap : public IAtlMemMgr

Заметки

CLocalHeap implements memory allocation functions using the Win32 local heap functions.

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

The local 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.

Пример

See the example for IAtlMemMgr.

Требования

Header: atlmem.h

См. также

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

CLocalHeap Members

ATL Class Overview

CComHeap Class

CWin32Heap Class

CGlobalHeap Class

CCRTHeap Class

IAtlMemMgr Class