licenses.dev

linked_list_allocator v0.10.6

Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

This package has no dependencies.
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/linked_list_allocator)](https://licenses.dev/cargo/linked_list_allocator)
<a href="https://licenses.dev/cargo/linked_list_allocator">
  <img src="https://licenses.dev/b/cargo/linked_list_allocator" alt="licenses" />
</a>

Or the licenses badge code for the 0.10.6 version:

[![licenses](https://licenses.dev/b/cargo/linked_list_allocator/0.10.6)](https://licenses.dev/cargo/linked_list_allocator/0.10.6)
<a href="https://licenses.dev/cargo/linked_list_allocator/0.10.6">
  <img src="https://licenses.dev/b/cargo/linked_list_allocator/0.10.6" alt="licenses" />
</a>
GitHub