|
Wasmtime
|
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 |
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.