Skip to main content

Module c_alloc

Module c_alloc 

Source
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_memalign on unix and _aligned_malloc on Windows.