[roll] Roll fuchsia [starnix] Use vmar maps for memory manager stats.

Makes MemoryManager::get_stats() infallible because neither
of the error conditions in the current implementation are
reasonable for us to encounter:

1. if we can't run object info queries on a VMAR we created,
   there is a very serious bug
2. if we don't have an entry in our RangeMap for a mapping that
   zircon sees, there is a very serious bug

Original-Bug: 291962828
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1087576
Original-Revision: 6e3cd25d6d9bf55f308d6399d6ce10dc7cc48fa8
GitOrigin-RevId: c25a35db697cf4e884f05c71757afccf35e6ac2a
Change-Id: I9f8dd0022510e8a746eab7d2b8e0233e2bf4c520
1 file changed
tree: d034cc2d45493e7292546671227c2501c14cbbaa
  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.