Lines Matching refs:reference
44 reference counted). Each `Engine` stores configuration values and other
182 A `wasmtime::Module` is an atomically-reference-counted object where upon
183 instantiation into a `Store`, the `Store` will hold a strong reference to the
187 `wasmtime::Module`'s reference counting is its own form of memory management.
301 into the store. The purpose of this registry is to retain a strong reference to
444 WebAssembly tables contain reference types, currently either `funcref` or
459 the offset of the reference count field to directly manipulate it is.
460 Furthermore tables of `externref` values need to manage the reference count
462 strong reference count allocated to it.
467 atomically-reference-counted pointer. Note that the atomic part is not needed
473 Despite reference counting, though, a `Store::gc` method exists. This is an
474 implementation detail of how reference counts are managed while wasm code is
475 executing. Instead of managing the reference count of an `externref` value
477 reference counting" where there's an overly conservative list of `ExternRef`