RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.GetMemoryManager Function

Returns the entry points of the currently installed memory manager.

Pascal
procedure GetMemoryManager(var MemMgr: TMemoryManager); overload; deprecated;
procedure GetMemoryManager(var MemMgrEx: TMemoryManagerEx); overload;
C++
GetMemoryManager(TMemoryManager MemMgr);
GetMemoryManager(TMemoryManagerEx MemMgrEx);

System

GetMemoryManager returns the entry points of the currently installed memory manager in a TMemoryManager record. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!