[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

GetMemory

Alias for GetMem

Declaration

Source position: line 0

procedure Getmemory(

  var p: pointer;

  Size: PtrInt

);

function GetMemory(

  size: PtrInt

):pointer;

Description

Getmemory is an alias for GetMem.

See also

GetMem

  

Allocate new memory on the heap