Licson Lee says to YSITD
Fish Wang: /c_debug #include <stdio.h> #include <malloc.h> int main(){ char* ptr; printf("test"); while(1){ ptr = malloc(1024000); printf("s"); } return 0; }