#[cfg(feature ="c_alloc")]/// An allocator which uses C's [`posix_memalign`](c_alloc::ffi::c_alloc) set of allocation
/// functions.
pubmodc_alloc;#[cfg(feature ="stack_alloc")]/// An allocator which uses C's `alloca`/`_alloca` allocation function.
pubmodstack_alloc;