SysGetmem
System memory manager memory allocator.
Declaration
Source position: heaph.inc line 78
function SysGetmem(Size: PtrUInt) : Pointer;
Description
SysGetmem is the system memory manager implementation for GetMem
See also
| Name | Description |
|---|---|
| GetMem | Allocate new memory on the heap |
| GetMemory | Alias for GetMem |