std::alloc::alloc
libc::posix_memalign
This makes Cranelift use the Rust `alloc` API its allocations, rather than directly calling into `libc`, which makes it respect the `#[global_allocator]` configuration. Also, use `region::page::ceil` instead of having our own copies of that logic.
CodeMemory
Module::deserialize_file
misc/rust
wasmtime-environ
cranelift-codegen