[roll] Roll fuchsia [kernel][memalloc] Make Pool::NormalizeRanges() standalone

This routine isn't pool-specific; really, it just involves a container
of memalloc::Range. Since we will soon want to do this same sort of
normalization with the std::span<const memalloc::Range> in the hand-off,
we generalize accordingly.

Original-Bug: 347766366
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1081392
Original-Revision: 28e53cbc682f1da3ae8498c6be8e5a890159321e
GitOrigin-RevId: bb1e60db3084c01f4b69838f69bff940e77f450c
Change-Id: I281dc581234683bc384685bf0fd41c80f32d5f3f
1 file changed
tree: eafdd92ec1eddd49d7a7d5202ab9b4b9da966ace
  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.