yesallocator 0.0.0-alpha

yesallocator implemting for rust
Documentation
1
2
3
4
5
6
7
8
9
extern crate std;
extern crate core;
extern crate libc;
extern crate self as yesallocator;
extern crate yesallocator_sys as sys;

pub mod raw;
pub mod heap;
pub mod wrapped;