commit | 23c8e7348547a3f0638d3478ad4f712375d0bfb8 | [log] [tgz] |
---|---|---|
author | Caslyn Tonelli <caslyn@fuchsia.infra.roller.google.com> | Sat Nov 23 02:50:09 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Nov 22 18:51:37 2024 -0800 |
tree | 99528b96a3caed2a6197e774c3ef04d6af130e95 | |
parent | 28316f34e2c3a34c4fa8e4e9ae3384f06f6578e7 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.