[roll] Roll fuchsia [memory] Reduce memory footprint of memory_monitor This simple change gets rid of a spurious copy of the json string used by `memory_monitor` to report memory usage to consumers of the fuchsia.memory.inspection.Collector capability (which powers `ffx profile memory`, for instance). This json string can be quite large, depending on the number of running components. Even on a sparse `core.x64` image, this change saves ~200KiB's worth of allocations, reducing `memory_monitor`'s footprint at the call site from ~2.7MiB to ~2.5MiB, which is a modest ~7% reduction. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1164672 Original-Revision: 3487146ad296d1905dec5c3951e092267a428b34 GitOrigin-RevId: c8c316485bb7b3d0f6814483d829145dda5a3808 Change-Id: Id6acc7139a5f534ef4a2922ce88146cc7e132337
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 in one of the communication channels documented at get involved.
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.