[roll] Roll fuchsia [fxfs] Make buffer allocation async

Notably, this only wires up the async machinery; the semantics of buffer
allocation are unchanged (i.e. the allocator will panic when it is
exhausted).  This way we can measure the overhead of adding async
separately from any behaviour changes to the allocator.

A follow-up change will make allocation block until enough bytes are
available.

Original-Bug: b/299206422
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/919200
Original-Revision: 461caedb15e1bcf99b131cfb3c622e32b95a150d
GitOrigin-RevId: e7b6a4c1e54e794140194e9872288fa4320e37bd
Change-Id: Ied4da9058799f5aa31748080b73a1f5eeae0cc0a
1 file changed
tree: c9e6b9561d852a161a116de8f4ac51ff8d647217
  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.