Alias for GetMem.
Source position: heaph.inc line 92
procedure Getmemory(
out p: pointer;
Size: PtrUInt
);function GetMemory(
size: PtrUInt
):pointer;
Getmemory is an alias for GetMem.
GetMem
Allocate new memory on the heap.