linked_list_allocator 0.10.1

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

default

  • use_spin_nightly

use_spin_nightly

  • use_spin
  • spinning_top/nightly
  • const_mut_refs

use_spin

  • spinning_top

const_mut_refs

    This feature flag does not enable additional features.

spinning_top

    This feature flag does not enable additional features.

alloc_ref

    This feature flag does not enable additional features.