Wasmtime
wasmtime::ArrayRefPre Class Reference

Pre-allocated array layout for fast allocation of array instances. More...

#include <_arrayref_class.hh>

Static Public Member Functions

static ArrayRefPre create (Store::Context cx, const ArrayType &ty)
 Create a new array pre-allocator.
 

Friends

class ArrayRef
 

Detailed Description

Pre-allocated array layout for fast allocation of array instances.

Created from a ArrayType and a store context. Reusable for allocating many array instances of the same type.


The documentation for this class was generated from the following file: