Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
monitorAccount
Method · 0.95
log
Method · 0.95
onSynchronizeMessages
Method · 0.95
run
Method · 0.95
load_device
Method · 0.95
load_server
Method · 0.95
breadcrumb
Method · 0.95
onLowMemory
Method · 0.95
Calls
1
getFreeMem
Method · 0.95
Tested by
no test coverage detected