Name

ReallocMemory Function

Syntax

function ReallocMemory(Ptr: Pointer; Size: Integer): Pointer; cdecl;

Description

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.

See Also

FreeMemory Function, GetMemory Function, IsMultiThread Variable, ReallocMem Procedure, SysReallocMem Function
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset