[roll] Roll fuchsia [f2fs] Refactor memory allocation

This CL removes the use of 'new' style allocations, unnecessary
heap allocations and the use of union in non-pod class. Plus,
it fixes an overflow bug in F2fs::SanityCheckRawSuper().

Multiply: fshost_integration_tests_rust
Multiply: fshost_integration_tests_cpp

Original-Fixed: 116784

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/772722
Original-Revision: 51f5c0ba4731b7c3ed042515279d5ad1f148d614
GitOrigin-RevId: f13abc79c83d4b01e87be0b215570908c47dc959
Change-Id: I7526740b6f266fb3079ff597eed8c1ecbcb2bc32
1 file changed
tree: e4677befec921ecfa6c9ebcf7f8787bf809f9c5f
  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.