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, 3 of them enabled by default.

default

  • use_spin

use_spin

  • spinning_top

spinning_top

  • dep:spinning_top

use_spin_nightly

  • use_spin

const_mut_refs

    This feature flag does not enable additional features.

alloc_ref

    This feature flag does not enable additional features.