MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / inc_initial_memory

Function inc_initial_memory

tools/link.py:602–607  ·  view source on GitHub ↗
(delta)

Source from the content-addressed store, hash-verified

600
601
602def inc_initial_memory(delta):
603 # Both INITIAL_HEAP and INITIAL_MEMORY can be set at the same time. Increment both.
604 if settings.INITIAL_HEAP != -1:
605 settings.INITIAL_HEAP += delta
606 if settings.INITIAL_MEMORY != -1:
607 settings.INITIAL_MEMORY += delta
608
609
610def check_browser_versions():

Callers 1

setup_sanitizersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected