Crate malloc_array

Source

Re-exports§

pub use init::InitIterExt;

Modules§

init
store

Macros§

heap
vec![]-like macro for creating HeapArray<T> instances.

Structs§

HeapArray
Array created by libc malloc() and dropped by libc free().
IntoIter
An iterator that consumes HeapArray<T> instance and ensures all memory is appropriately freed when consumed or dropped.