ReadonlybufferThe active memory buffer (== view.buffer). Retained for API compatibility.
ReadonlyviewThe active typed-array memory view.
Allocates size elements and returns an owning, GC-registered pointer.
Releases a pointer previously produced by allocate. Idempotent.
A linear memory manager that allocates element regions and produces owning TypedArrayPointers. Owns an (optional) FinalizationRegistry so dropped pointers are reclaimed automatically.