[roll] Roll fuchsia [starnix][binder] Add support for ProcessAccessor::WriteBytes

This change modifies RemoteResourceAccessor::write_memory to use
ProcessAccessor::WriteBytes when the amount of data being written is
less than MAX_WRITE_BYTES.

This allows us to avoid the memory and performance overhead of using a
VMO to transfer smaller amounts of data. In microbenchmarks for Remote
Binder, this is shown to improve performance by 33% for writes up to
8KiB.

Original-Bug: 279766373
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1259685
Original-Revision: e015839edfbeb6e027a3b30525edf3a248e8347a
GitOrigin-RevId: bbf66eb84dea6ef03b6374da3170ad68f8d837ec
Change-Id: Ic9e22d6d9b538b8d8d597ffe4b5e5ea760577654
1 file changed
tree: 6127a10b5558d1ccef9c98672b7660882556954f
  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.