System.GetMemoryManager
Delphi
procedure GetMemoryManager(var MemMgr: TMemoryManager);
procedure GetMemoryManager(var MemMgrEx: TMemoryManagerEx);
C++
extern DELPHI_PACKAGE void __fastcall GetMemoryManager _DEPRECATED_ATTRIBUTE0 (TMemoryManager &MemMgr)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.pas System.hpp |
System | System |
Description
Returns the entry points of the currently installed memory manager.
GetMemoryManager returns the entry points of the currently installed memory manager in a TMemoryManager record.
See Also
Code Examples