[roll] Roll fuchsia [diagnostics] Add new VMO size header field to C++ impl

To be able to track the size of the VMO we decided to add a new size
which allows us to coarsely track the size of the inspect VMO.

This change increases the order of the header to 1 and thus the size to
32 byte from previously 16 byte and adds the new field to the VMO header.

Original-Bug: 41448
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/689525
Original-Revision: 7fbc17485ebda9e94154c058f593633c50756bba
GitOrigin-RevId: 06f5970118aabf37da135533f130a19bb121811c
Change-Id: I5e84b32f0b188d00303751a724d75c6e343ceb6a
1 file changed
tree: 065b32196e6cbac857a34a5c6a3aadd1b2c8f737
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.