fork(1) download
  1. #include <stdio.h>
  2. #include<stdlib.h>
  3.  
  4. int main(void) {
  5. int *p = (int*)malloc(256*256);
  6. printf("%d", p);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4268KB
stdin
Standard input is empty
stdout
-1298771360