MCPcopy Create free account
hub / github.com/Alexander-Barth/FluidSimDemo-WebAssembly / MallocArray

Function MallocArray

julia_wasm_utils.js:18–20  ·  view source on GitHub ↗
(typearray,memory,base,size)

Source from the content-addressed store, hash-verified

16}
17
18export function MallocArray(typearray,memory,base,size) {
19 return MallocArray_elsize(typearray,memory,base,size,1)
20}
21
22
23

Callers 5

runFunction · 0.90
runFunction · 0.90
runFunction · 0.90
runFunction · 0.90
runFunction · 0.90

Calls 1

MallocArray_elsizeFunction · 0.85

Tested by

no test coverage detected