[roll] Roll third_party/pigweed pw_containers: InlineVarLenEntryQueue::try_push() function

- Add try_push(), which complements push_overwrite(), but drops new
  entries instead of overwriting old.
- Add max_size() function, which returns the maximum number of (empty)
  entries.
- Docs updates.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/213612
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: ff81e38b61cc14b3f95e68e769b60e3b66b1c4c6
GitOrigin-RevId: 69584a643c8a3cbcf5e80dac55ae624be3ab58b0
Change-Id: I5998530ea9581c911e278301102c6e97dbfaec84
1 file changed
tree: 8836aa4d9eba488f63f3f29fd8a287261cbef98e
  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.