memapi2 0.11.4

A no_std/no-alloc-friendly memory allocation interface for raw buffers, with improved error reporting.
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "c_alloc")]
/// C heap allocation FFI functions and helpers.
pub mod c_alloc;

#[cfg(feature = "stack_alloc")]
/// C `alloca` FFI functions and helpers.
pub mod stack_alloc;