jit-allocator 0.2.8

An executable code allocator
Documentation
1
2
3
4
5
use jit_allocator::virtual_memory::*;

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