System memory manager memory allocator.
Source position: heaph.inc line 72
function SysGetmem(
Size: PtrUInt
):Pointer;
SysGetmem is the system memory manager implementation for GetMem
GetMem
Allocate new memory on the heap.
GetMemory
Alias for GetMem.