Struct Arena

struct Arena

Methods

NameDescription
allocArray (count) Allocate an array of size count, filled with nulls
clear () Clear the arena, retaining allocated memory
make (args) Allocate and construct a class instance
make () Allocate and initialize a struct instance