Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This class implements IAtlMemMgr using the CRT heap functions.
class CCRTHeap : public IAtlMemMgr
Members
Public Methods
Name |
Description |
|---|---|
Call this method to allocate a block of memory. |
|
Call this method to free a block of memory allocated by this memory manager. |
|
Call this method to get the allocated size of a memory block allocated by this memory manager. |
|
Call this method to reallocate memory allocated by this memory manager. |
Remarks
CCRTHeap implements memory allocation functions using the CRT heap functions, including malloc, free, realloc, and _msize.
Example
See the example for IAtlMemMgr.
Inheritance Hierarchy
IAtlMemMgr
CCRTHeap
Requirements
Header: atlmem.h