March 2000
Intermediate to advanced
576 pages
18h 13m
English
GetMemory Function
function GetMemory(Size: LongInt): Pointer; cdecl;
GetMemory calls Delphi’s default memory
manager to allocate Size bytes of memory. It
returns a pointer to the newly allocated memory or
nil if the request could not be
fulfilled.
GetMemory is for use by C++ Builder. If you are
writing a memory manager in Delphi, you should call
SysGetMem.
GetMemory is a real function.
| FreeMemory Function, GetMem Procedure, IsMultiThread Variable, New Procedure, ReallocMemory Function, SysGetMem Function |
Read now
Unlock full access