Exemple #1
0
 public static long totalMemory() {
   return rt.totalMemory();
 }
Exemple #2
0
 public static long usedMemory() {
   return rt.totalMemory() - rt.freeMemory();
 }