the typed-array constructor selecting the element type (default Float64Array).
The active memory buffer (== view.buffer). Retained for API compatibility.
The active typed-array memory view.
Allocates size elements and returns an owning, GC-registered pointer.
ProtectedcreateAllocates size elements and returns its byte offset.
Releases a pointer previously produced by allocate. Idempotent.
ProtectedfreeFrees the region at byteOffset of size elements.
Wraps an already-allocated raw offset as an owning, GC-registered pointer. Used by allocate and by the wasm binding, whose math ops allocate their result region inside wasm memory and hand back the raw offset.
Free-list allocator over a growable WebAssembly linear memory, generic over element type.