allocChunks

fun WasmPStack.allocChunks(n: Int, sz: IR): ReadonlyArray<WasmPointer>(source)

alloc()'s n chunks, each sz bytes, as a single memory block and returns the addresses as an array of n element, each holding the address of one chunk.