jit-allocator 0.2.0

An executable code allocator
Documentation
[dependencies.cfgenius]
version = "0.1"

[dependencies.errno]
version = "0.3"

[dependencies.intrusive-collections]
version = "0.9"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1.7"

[dependencies.parking_lot]
version = "0.12"

[dev-dependencies]

[package]
description = "An executable code allocator"
documentation = "https://docs.rs/jit-allocator"
edition = "2021"
keywords = ["jit", "allocator", "executable", "code", "memory"]
license = "MIT"
name = "jit-allocator"
readme = "README.md"
repository = "https://github.com/playxe/jit-allocator"
version = "0.2.0"
[target."cfg(target_arch=\"riscv64\")".dependencies.wasmtime-jit-icache-coherence]
version = "10.0"
[target."cfg(windows)".dependencies.winapi]
features = ["memoryapi", "sysinfoapi", "handleapi"]
version = "0.3"