Source code

Revision control

Copy as Markdown

Other Tools

gc();
gczeal(11);
schedulezone({});
startgc(1000);
while (gcstate() !== "NotActive") {
gcslice(1000);
}