linked_list_allocator 0.3.0

Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
docs.rs failed to build linked_list_allocator-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: linked_list_allocator-0.10.5

linked-list-allocator

Build Status

Documentation

License

This crate is dual-licensed under MIT or the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.