MCPcopy Create free account
hub / github.com/bobbylight/RText / getMemoryInfo

Method getMemoryInfo

src/main/java/org/fife/rtext/AboutDialog.java:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145
146
147 private String getMemoryInfo() {
148 long curMemory = Runtime.getRuntime().totalMemory() -
149 Runtime.getRuntime().freeMemory();
150 return Utilities.getFileSizeStringFor(curMemory, false);
151 }
152
153
154 public Dimension getPreferredSize() {

Callers 1

setVisibleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected