jit-allocator2 0.2.9

An executable code allocator. Fork for jit-allocator
Documentation
1
2
3
4
5
use jit_allocator2::virtual_memory::*;

fn main() {
    println!("{:?}", info());
}