Skip to main content

Module c_alloc

Module c_alloc 

Source
Expand description

An allocator which uses C’s posix_memalign set of allocation functions.

Re-exports§

pub use crate::ffi::c_alloc as ffi;

Structs§

CAlloc
An allocator which uses C’s c_alloc set of allocation methods.