[roll] Roll fuchsia [vfs] Deprecate and remove pcb file

- Replace pcb static/const read_only functions with vmo equivalents.
- Replace pcb::read_write with vmo::read_write
- Replace all but one pcb::write_only with vmo:: write_only

Below is is sum of memory used in bytes, with and without this patch, by
all the processes ~74 seconds after boot as seen in ps output.

        | Private   | Shared
--------+-----------+----------
Without | 625290854 | 620360499
With.   | 621666918 | 616597094

Memory consumed with this patch seems to be less than without patch
indicating noise and this patch doesn't have significant effect on
memory footprint.

Original-Bug: 66267

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/493669
Original-Revision: c85c7c43abc043c5b4ed02891b0778455e254ce0
GitOrigin-RevId: 9d14b631d1ce5f69e64a08fcbcbd3b668f014e4d
Change-Id: I66715e3414f87f44e134424d21e5ddbab3c361d1
1 file changed
tree: d55d64920707b56b3a4e8bcaec85045a0039ac71
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.