[][src]Crate malloc_array

Macros

heap

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

Structs

HeapArray

Array created by libc malloc() and dropped by libc free().

IntoIter