static S getMemoryInfo() { long total = Runtime.getRuntime().totalMemory(); long avail = Runtime.getRuntime().freeMemory(); ret "Heap: " + iceil(toM_double(total-avail)) + "/" + iceil(toM_double(total)) + " MB"; }
Began life as a copy of #1002037
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment