[roll] Roll fuchsia [display][coordinator] PostTask() fork w/ checked memory allocations.

async::PostTask() performs an explicit unchecked memory allocation.
fit::closure may also perform an unchecked memory allocation, if the
size of the captured variables exceeds inline_target_size.

This implementation should be good enough for the Display Drivers stack
until we figure out the bigger design questions in the attached bug.

Original-Bug: 42080591
Test: fx test display-coordinator-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882225
Original-Revision: 51dade0df2eae30df68a95cbef9b7831980a0ce9
GitOrigin-RevId: b245e2aa076213661305c4ef9b2e53032d8129b7
Change-Id: Ibe9f3a99e1211894291da23745635605fa63ad64
1 file changed
tree: 665f6dec5d7575b2e36de0d21f1da74e38c69e94
  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 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.