commit | 37f547c41d10d32c067a04ecc3d7b78988351438 | [log] [tgz] |
---|---|---|
author | Benjamin Prosnitz <bprosnitz@fuchsia.infra.roller.google.com> | Tue Jan 11 02:04:43 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 10 18:05:59 2022 -0800 |
tree | c26c8287b16a869ad08e8b88a2ab79419bd6b925 | |
parent | 137e2105901cb1cbceaba4394b0b71728f8a2026 [diff] |
[roll] Roll fuchsia [network] Use non-heap allocating fit::bind_member It was recently discovered that fit::bind_member heap allocates. This CL switches usages of fit::bind_member over to a new non-heap allocating alternative implementation. In the future, the old heap allocating fit::bind_member will be removed. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/629565 Original-Revision: 4c19474fc60386c7ae340b54fbb145afa0b8d3a6 GitOrigin-RevId: af4908d2a6701cdbcc075230cc36afe0dd6e43f3 Change-Id: Iad46b1baada6a8fb87069d43f4f8d6256e6659a5
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.