March 2000
Intermediate to advanced
576 pages
18h 13m
English
GetMemoryManager Procedure
procedure GetMemoryManager(var Mgr: TMemoryManager);
GetMemoryManager retrieves pointers to the
functions that Delphi uses to allocate and free memory, and stores
those pointers in the Mgr record.
GetMemoryManager is a real
procedure.
Ordinarily, it is good form when making a global change to save the
old setting so you can restore it in a unit’s finalization
section. Setting a new memory manager is the exception. See
SetMemoryManager for an explanation.
| IsMemoryManagerSet Function, SetMemoryManager Procedure, TMemoryManager Type |
Read now
Unlock full access