March 2000
Intermediate to advanced
576 pages
18h 13m
English
ReallocMemory Function
function ReallocMemory(Ptr: Pointer; Size: Integer): Pointer; cdecl;
The ReallocMemory function calls Delphi’s
memory manager to reallocate a block of memory with a new size.
ReallocMemory returns a pointer to the start of
the block.
ReallocMemory is for use by C++ Builder. If you
are writing a memory manager in Delphi, you should call
SysReallocMem.
ReallocMemory is a real function.
| FreeMemory Function, GetMemory Function, IsMultiThread Variable, ReallocMem Procedure, SysReallocMem Function |
Read now
Unlock full access