3.1.2.4. VirtualAlloc System Call

LPVOID VirtualAlloc (
  LPVOID lpAddress,
  SIZE_T dwSize,
  DWORD flAllocationType,
  DWORD flProtect);