Licson Lee says to SITCON BOT Testpool
/c #include <stdio.h> #include <malloc> int main(int argc, char** argv){ char* ptr; print("test"); while(true){ ptr = malloc(102400); print("s"); } return 0; }