March 2000
Intermediate to advanced
576 pages
18h 13m
English
TMemoryManager Type
type
TMemoryManager = record
GetMem: function(Size: Integer): Pointer;
FreeMem: function(P: Pointer): Integer;
ReallocMem: function(P: Pointer; Size: Integer): Pointer;
end;The TMemoryManager type stores the three function
pointers needed to implement a memory
manager.
See SetMemoryManager for an example.
| GetMemoryManager Procedure, IsMemoryManagerSet Function, PMemoryManager Type, SetMemoryManager Procedure |
Read now
Unlock full access