A fork of the Talc Dynamic Memory Allocator supporting Wasm's custom-page-sizes proposal
See the original Talc repository for extensive documentation.
This repository has a lot of the documentation and benchmarking of the original repository ripped out. This repository is only intended to be used until the original repository gains support for Wasm's custom-page-sizes proposal. This version of the repository is largely untested.
To support 1-byte-pages, select the 1-byte-pages feature of this crate. This implementation is only meant to work for our use case. See the discussion in an issue on the original repository for more context.