Crate malloc_array

Source

Re-exports§

Modules§

Macros§

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

Structs§

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