[roll] Roll third_party/pigweed pw_allocator: Make Layout constructor explicit

This CL adds the explicit keyword to the Layout constructor. Without
this, passing a size_t to a method that requires a Layput would silently
convert it with a default alignment. This is potentially error-prone, as
calls passing just an alignment would build but not behave as exepcted.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/211915
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 446fcc3a5a5a9e0227226d22018de118da9b5ea7
GitOrigin-RevId: 2647e5a68c782175b4bc5cc733a6652c1efe7ccc
Change-Id: Ieb1f94fb1f8f623cbb86fb16c77140807427c8bd
1 file changed
tree: b34177dea47257f7ee0dbab3c8679ba064ad24be
  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.