public static long totalMemory() { return rt.totalMemory(); }
public static long usedMemory() { return rt.totalMemory() - rt.freeMemory(); }