[roll] Roll third_party/pigweed pw_allocator: Add WithMetrics interface

This CL adds a `WithMetrics` pure virtual base class that can be
implemented by classes like `AllocatorMetricProxy` and
`FallbackAllocator` that provide metrics.

It refactors `AllocatorMerticProxyForTest` and
`AllocatorForTestWithBuffer` into a single `AllocatorForTest` class, and
updates unit tests that used those.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/185296
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 6168f7a58b63b0498bd6decb4992c0fc5d16d7e1
GitOrigin-RevId: e15c2d66b3c4059bc06313a45e33882c16285261
Change-Id: I6d116776efde25cb2ad2431cc60d02b55c1f3f1b
1 file changed
tree: e684ff6f3699179bfc483b66bf2012090a976432
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.