Crate malloc_array
Source pub use init::InitIterExt;
- init
- store
- heap
vec![]-like macro for creating HeapArray<T> instances.
- 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.