Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This class provides methods for managing memory using COM memory routines.
class CComAllocator
Members
Public Methods
Name |
Description |
|---|---|
Call this static method to allocate memory. |
|
Call this static method to free allocated memory. |
|
Call this static method to reallocate memory. |
Remarks
This class is used by CComHeapPtr to provide the COM memory allocation routines. The counterpart class, CCRTAllocator, provides the same methods using CRT routines.
Requirements
Header: atlbase.h