1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "ffi")]
mod ffi;

mod alignment;
mod alloc_free;
mod alloc_result;
mod memory;

pub use alloc_result::AllocationError;
pub use memory::Memory;