linked_list_allocator 0.10.5

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

linked_list_allocator

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 6 feature flags, 4 of them enabled by default.

default

use_spin (default)

spinning_top (default)

alloc_ref

This feature flag does not enable additional features.

const_mut_refs

This feature flag does not enable additional features.

use_spin_nightly