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
| Name | Description |
|---|---|
| GetMem | Allocate new memory on the heap |