Expand description
An allocator which uses C’s posix_memalign] on Unix, and _aligned_malloc on windows.
Re-exports§
pub use crate::ffi::c_alloc as ffi;
Structs§
- CAlloc
- An allocator which uses C’s allocation functions;
posix_memalignon unix and_aligned_mallocon Windows.