roll: pigweed pw_allocator: Add size() to UniquePtr
This is useful when UniiquePtr contains an array
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242812
Original-Revision: f633c61c5110ac30d523d443baf0f1eb311a72e2
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: eb03d32b80c25d..f633c61c5110ac
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733799416458216353
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I7d608e81ffdc6a7b683cdaa3fd8a1ae805b36969
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/242900
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index e359741..d726b20 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733806427438010753.
- commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733799416458216353.
+ commit = "f633c61c5110ac30d523d443baf0f1eb311a72e2",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733806427438010753.
- commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733799416458216353.
+ commit = "f633c61c5110ac30d523d443baf0f1eb311a72e2",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)