allocPtr

Allocates a pointer and set is to 0.


fun WasmMemory.allocPtr(howMany: UInt): ReadonlyArray<WasmPointer>(source)
fun WasmPStack.allocPtr(howMany: UInt): ReadonlyArray<WasmPointer>(source)

Allocates howMany pointers as a single chunk of memory and zeroes them out.