Licson Lee says to YSITD/c_debug #include <stdio.h> #include <time.h> #include <malloc.h> int main(){ char* ptr; printf("test"); while(1){ ptr = (char*)malloc(1024000); printf("s"); if(time() % 2) free(ptr); } return 0; }at Fri, Jun 10, 2016 6:19 PM