jit-allocator2 0.2.9

An executable code allocator. Fork for jit-allocator
Documentation
[[bin]]
name = "jit-allocator2"
path = "src/main.rs"

[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]

[[example]]
name = "simple"
path = "examples/simple.rs"

[lib]
name = "jit_allocator2"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "An executable code allocator. Fork for jit-allocator"
documentation = "https://docs.rs/jit-allocator2"
edition = "2021"
keywords = ["jit", "allocator", "executable", "code", "memory"]
license = "MIT"
name = "jit-allocator2"
readme = "README.md"
repository = "https://github.com/tremwil/jit-allocator2"
version = "0.2.9"

[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"