Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

GetMemory

Alias for GetMem.

Declaration

Source position: heaph.inc line 92

procedure Getmemory(

  out p: pointer;

  Size: PtrUInt

);

function GetMemory(

  size: PtrUInt

):pointer;

Description

Getmemory is an alias for GetMem.

See also

GetMem

  

Allocate new memory on the heap.


Documentation generated on: Jul 24 2023