fork(1) download
  1. var
  2. buf: Pointer;
  3. begin
  4. buf := GetMem(1024 * 1024);
  5. end.
Success #stdin #stdout 0s 1368KB
stdin
Standard input is empty
stdout
Standard output is empty