MCPcopy Create free account
hub / github.com/M66B/FairEmail / getFreeMemMb

Method getFreeMemMb

app/src/main/java/eu/faircode/email/Log.java:1896–1898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1894 }
1895
1896 static int getFreeMemMb() {
1897 return (int) (getFreeMem() / 1024L / 1024L);
1898 }
1899
1900 static int getAvailableMb() {
1901 Runtime rt = Runtime.getRuntime();

Callers 8

monitorAccountMethod · 0.95
logMethod · 0.95
onSynchronizeMessagesMethod · 0.95
runMethod · 0.95
load_deviceMethod · 0.95
load_serverMethod · 0.95
breadcrumbMethod · 0.95
onLowMemoryMethod · 0.95

Calls 1

getFreeMemMethod · 0.95

Tested by

no test coverage detected