linked_list_allocator 0.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.
Documentation

Build #3802045 2026-07-09 04:51:52

# rustc version rustc 1.99.0-nightly (14cae6813 2026-07-08)

# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "f3a5fcf648aff235a0357c82d70025600b53aed285d8d4d40657448d30d4f311" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260708-1.99.0-nightly-14cae6813\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while 2021 is compatible with `rust-version` [INFO] [stderr] warning: `linked_list_allocator` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting linked_list_allocator v0.10.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `init_from_slice` [INFO] [stderr] --> src/lib.rs:163:11 [INFO] [stderr] | [INFO] [stderr] 163 | /// [`init_from_slice`] on an empty heap. All the requirements of `init_from_slice` [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `init_from_slice` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `allocate_first_fit` [INFO] [stderr] --> src/lib.rs:201:61 [INFO] [stderr] | [INFO] [stderr] 201 | /// `ptr` must be a pointer returned by a call to the [`allocate_first_fit`] function with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ no item named `allocate_first_fit` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `linked_list_allocator` (lib doc) generated 2 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/linked_list_allocator/index.html [INFO] running `Command { std: "docker" "inspect" "f3a5fcf648aff235a0357c82d70025600b53aed285d8d4d40657448d30d4f311", kill_on_drop: false }`