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/8733799403812543393
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ibbaa543f7cccfffddc84ddb6f4e6bccc1705f7e3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/243012
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 82fd06e..81a775e 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,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/8733806444914375681.
-    commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733799403812543393.
+    commit = "f633c61c5110ac30d523d443baf0f1eb311a72e2",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,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/8733806444914375681.
-    commit = "eb03d32b80c25d59000d86fc8417cce91cbc243a",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733799403812543393.
+    commit = "f633c61c5110ac30d523d443baf0f1eb311a72e2",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )