System memory manager: Allocate memory.
Source position: heaph.inc line 82
function SysAllocMem(
size: PtrUInt
):Pointer;
SysFreemSize is the system memory manager implementation for AllocMem
AllocMem
Allocate and clear memory.