MCPcopy Index your code
hub / github.com/nodejs/node / test-wasm-allocation-memory64.js

File test-wasm-allocation-memory64.js

test/wasm-allocation/test-wasm-allocation-memory64.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// RLIMIT_AS: 21474836480
2// With 20GB virtual memory, there's enough space for the first wasm memory64
3// allocation to succeed, but not enough for subsequent ones since each
4// wasm memory64 with guard regions reserves 16GB of virtual address space.

Callers

nothing calls this directly

Calls 4

requireFunction · 0.50
assertFunction · 0.50
skipMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected