roll: third_party/pigweed pw_allocator: Add BlockResult
This CL improves on the previously introduced BlockAllocType to
communicate both the result of allocator requests as well as
side-effects to neighboring blocks.
Instead of being a simple enum and returning a `Result<BlockAllocType>`
from methods like `AllocFirst` and `AllocLast`, `BlockResult` uses
`StatusWithSize` to fit in a single word, and encodes separate values to
for both the previous and next blocks to inidcate how they have changed.
Additionally, `Resize` has been updated to return a `BlockResult`.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232212
Original-Revision: d3a6358972d5897266e2b5ecf50681a8e8456e5b
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 87f43fec003b4b..d3a6358972d589
Roller-URL: https://ci.chromium.org/b/8734686614846268225
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I93b0acf18d21dee282ffb55353d48cf09bac54ea
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/240623
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/third_party/pigweed b/third_party/pigweed
index 87f43fe..d3a6358 160000
--- a/third_party/pigweed
+++ b/third_party/pigweed
@@ -1 +1 @@
-Subproject commit 87f43fec003b4befd74b2362962a76dff7105253
+Subproject commit d3a6358972d5897266e2b5ecf50681a8e8456e5b