Crate ink_allocator

source ·
Expand description

Crate providing allocator support for all Wasm compilations of ink! smart contracts.

The allocator is a bump allocator whose goal is to have a small size footprint. It never frees memory, having this logic in place would increase the size footprint of each contract.