Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getTotalMemory
Function
getTotalMemory
test/core/test_mallinfo.c:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#include <emscripten/heap.h>
15
16
size_t getTotalMemory() {
17
return emscripten_get_heap_size();
18
}
19
20
size_t getFreeMemory() {
21
struct mallinfo i = mallinfo();
Callers
2
getFreeMemory
Function · 0.85
main
Function · 0.85
Calls
1
emscripten_get_heap_size
Function · 0.85
Tested by
no test coverage detected