CCRTHeap Class

This class implements IAtlMemMgr using the CRT heap functions.

class CCRTHeap : public IAtlMemMgr

Remarks

CCRTHeap implements memory allocation functions using the CRT heap functions, including malloc, free, realloc, and _msize.

Example

See the example for IAtlMemMgr.

Requirements

Header: atlmem.h

See Also

Reference

CComHeap Class

CWin32Heap Class

CLocalHeap Class

CGlobalHeap Class

IAtlMemMgr Class

Other Resources

CCRTHeap Members

ATL Class Overview