[roll] Roll fuchsia [sysmem] TrackedParentVmo(s) under LogicalBuffer

Refactor only. No behavior change.

Instead of having multiple LogicalBufferCollection members with
buffer_index as key, move TrackedParentVmo(s) under LogicalBuffer with
a single unordered_map from buffer_index to LogicalBuffer.

BUG: b/284073556
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/922970
Original-Revision: 8a927a93238b6ab488313eefdcd38660dfd3c1cb
GitOrigin-RevId: 7aa94f1b4ac2d5fe6f83eea7b6fd803c0f136ccc
Change-Id: I8c8df6a12c0ae977529dab1096b0fcd327dd3b0b
1 file changed
tree: f5025d20acb114e71bd460a66dd1c8f299c05212
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.