[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
1 file changed
tree: 41ca16e9b411d260bc0700aad35f9d23eae876d7
  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.