This topic has not yet been rated - Rate this topic

CCRTAllocator Class

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

class ATL::CCRTAllocator

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.

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

Header: atlcore.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.