[roll] Roll fuchsia [fposix_socket] Reduce allocations on stream init

Collect state shared by multiple streamSocketImpls into a container
struct. Make a single allocation for the container rather than
individual allocations for each shared member.

Original-Bug: 104640
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720031
Original-Revision: 4cf8f0ffa7c0c3e210bd2e0d6f72c4f6481e85b2
GitOrigin-RevId: 77b07d269fadddb328781709376fbf9a162b8054
Change-Id: Ib6c0c1a9a6041b91bcfa2eb140e8bbccda80c7ec
1 file changed
tree: 96bb709ab6fb5c68a579bb5fbbf768480bdafe4d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.