CComAllocator选件类

使用COM内存实例,此选件类用于管理内存的方法。

class CComAllocator

成员

2tt0c19t.collapse_all(zh-cn,VS.110).gif公共方法

名称

描述

CComAllocator::Allocate

调用此静态方法分配内存。

CComAllocator::Free

调用此静态方法释放由分配的内存。

CComAllocator::Reallocate

调用此静态方法分配内存。

备注

CComHeapPtr 本选件类提供COM内存分配例程。使用CRT实例,重复类别,CCRTAllocator,提供相同的方法。

要求

Header: atlbase.h

请参见

参考

CComHeapPtr选件类

CCRTAllocator选件类

其他资源

ATL选件类概述