[roll] Roll third_party/pigweed pw_allocator: Add BucketBlockAllocator

This CL adds a block allocator that keeps free blocks in buckets. This
mirrors the functionality of FreeList, FreeListBuffer, and FreeListHeap
with the addition of conforming to the Allocator API.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/198155
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 6dc5adea0df071cdec22ff7551fa5098bc03a80d
GitOrigin-RevId: 4b3bf0ce3b2d581516d7181eb62e0078a65b0524
Change-Id: Ib05ef41a51de03f47701a1510f42541b194f4b75
1 file changed
tree: a27730c51c9912a78bdbcd8fc10697e5383ba46f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.