[roll] Roll fuchsia [dl] Use AllocChecker in PopulateStartupModules

Establish an API contract with the caller of PopulateStartupModules, to
pass in and check a fbl::AllocChecker to verify the success/failure of
this function.

PopulateStartupModules arms the function-level alloc-checker with the
overall failure or success of the function (using local alloc-checker
instances for actual allocations).

RuntimeDynamicLinker::Create will use its function-level alloc-checker
to perform the allocation of the RuntimeDynamicLinker and pass into
PopulateStartupModules.

Original-Bug: 324136831
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1160474
Original-Revision: 3c52e1dbdc71dbd034d1e63baf43205284370976
GitOrigin-RevId: ad70a70bf2286305aa5dec90cb60425622d63db8
Change-Id: Ie1a7d6da578f103b47cc45965d2188b83e8cf31e
1 file changed
tree: 99528b96a3caed2a6197e774c3ef04d6af130e95
  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.