| commit | dd838e8bbefbdd3c95aba0e4413bdfc961a777f8 | [log] [tgz] |
|---|---|---|
| author | Ben Lawson <benlawson@google.com> | Thu Jul 21 00:02:53 2022 +0000 |
| committer | Rob Mohr <mohrr@google.com> | Thu Nov 16 10:59:15 2023 -0800 |
| tree | 0a8a86c07ffab42d17a4ca084a56149e2f1a0f94 | |
| parent | c56bbf15d3fb16353821eb45bbe85e4be601f944 [diff] |
[bt][common] Remove bt::LinkedList Remove bt::LinkedList (aka fbl::DoublyLinkedList). Replace remaining uses of LinkedList with std::list or std::queue. While this does introduce allocations compared to intrusively linked lists, it is necessary to move off of fbl. Bug: 100658, 652 Test: fx test //src/connectivity/bluetooth/core/bt-host Change-Id: I0a12c4ec12aa83fb8b37f7da54003407acfb50d0 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/700073 Reviewed-by: Ali Saeed <saeedali@google.com> Commit-Queue: Ben Lawson <benlawson@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.