[roll] Roll fuchsia [builtin_env] save memory across async fn

measured a 20 KB memory savings running this:
`llvm-nm -S --size-sort -r --demangle $(fx get-build-dir)/exe.unstripped/component_manager | head -n 20` before and after.

do not anticipate a multiplier effect but i think this is a pattern
that we can make use of elsewhere.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1600189
Original-Revision: b875e367c122f9b224e1bd60ad31a2849b886102
GitOrigin-RevId: e9496ae3b62bf0812f3929dd666aca2a2d66282a
Change-Id: Ieb33565f47c1246884a5bc9d149da47632d8a11f
1 file changed
tree: c866626a11cc26cc2876549ced55e5f3cddeb1b3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.