MCPcopy 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
16size_t getTotalMemory() {
17 return emscripten_get_heap_size();
18}
19
20size_t getFreeMemory() {
21 struct mallinfo i = mallinfo();

Callers 2

getFreeMemoryFunction · 0.85
mainFunction · 0.85

Calls 1

emscripten_get_heap_sizeFunction · 0.85

Tested by

no test coverage detected