[roll] Roll fuchsia [fit] Adjust fit::function alignment

Some platforms use very large alignments for max_align_t, so aligning
fit::function as max_align_t isn't always practical. Instead, use the
minimum of alignof(max_align_t) and the largest possible alignment of an
object of the inline target size (largest power of 2 <= the size).

Original-Bug: b/250971228
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/736681
Original-Revision: 829a42ce54d77af99a0a172a4723be926c7ae8fe
GitOrigin-RevId: c1a378f147f4027aa68b3cd4791aaed91be7795a
Change-Id: I3c475f202841f952b11ee7a57876a87e6af7f9f5
1 file changed
tree: fdd866141c5833aac1cb239df869293b30bfce5a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.