Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
41
function
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
abort
Function · 0.70
warnOnce
Function · 0.70
Tested by
no test coverage detected