pw_intrusive_ptr: Create new module This module will contain IntrusivePtr which can be used instead of the std::shared_ptr construct in cases when memory allocation is still allowed but code is compiled with toolchains that have threading disabled (which results in non-atomic control blocks in std::shared_ptr). Change-Id: Ib06b4421dae7b90df6c665e7dfd750584ae90296 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/115251 Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Pigweed-Auto-Submit: Dennis Kormalev <denk@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/.