[roll] Roll fuchsia [overnet] Trim circuit stream buffers

VecDeque like most dynamic array based data structures doesn't
deallocate memory when it shrinks. For bursty Overnet workloads that can
leave us holding a big chunk of memory and doing nothing with it.

This will prevent the buffer in a stream from ever being more than a
page larger than the actual content.

Original-Fixed: b/379623288
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1167754
Original-Revision: af794953e7296c7d53fa6780f59febf8573e6d5f
GitOrigin-RevId: 6c84b6af7ed045822833543389975dc640aeb4e1
Change-Id: I3139908dd54f944e56fb3da328609e27ec63c867
1 file changed
tree: eea999e3d89cc8ae070c3bc9423bedb4005fdad2
  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 in one of the communication channels documented at get involved.

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.