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

Function alignfault

src/runtime_safe_heap.js:41–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 abort('segmentation fault');
40}
41function alignfault() {
42#if SAFE_HEAP == 1
43 abort('alignment fault');
44#else
45 warnOnce('alignment fault');
46#endif
47}

Callers

nothing calls this directly

Calls 2

abortFunction · 0.70
warnOnceFunction · 0.70

Tested by

no test coverage detected