CCRTAllocator Class

This class provides methods for managing memory using CRT memory routines.

class ATL::CCRTAllocator

Members

Public Methods

Name

Description

CCRTAllocator::Allocate

(Static) Call this method to allocate memory.

CCRTAllocator::Free

(Static) Call this method to free memory.

CCRTAllocator::Reallocate

(Static) Call this method to reallocate memory.

Remarks

This class is used by CHeapPtr to provide the CRT memory allocation routines. The counterpart class, CComAllocator, provides the same methods using COM routines.

Requirements

Header: atlcore.h

See Also

Reference

CHeapPtr Class

CComAllocator Class

Other Resources

ATL Class Overview