Ejemplo n.º 1
0
 public static long totalMemory() {
   return rt.totalMemory();
 }
Ejemplo n.º 2
0
 public static long usedMemory() {
   return rt.totalMemory() - rt.freeMemory();
 }