Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class provides methods for managing memory using CRT memory routines.
class ATL::CCRTAllocator
Members
Public Methods
Name |
Description |
---|---|
(Static) Call this method to allocate memory. |
|
(Static) Call this method to free memory. |
|
(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