Module allocator

Source
Expand description

Tools for using different allocators with QuickJS.

Structs§

RustAllocator
The allocator which uses Rust global allocator

Traits§

Allocator
The allocator interface