[roll] Roll fuchsia [memalloc] Clarify Type policy

This change
(1) clarifies the overlap policy for Type values: base types are as in
the ZBI spec, and extended are only allowed to overlap with like ranges
or kFreeRam;
(2) consolidates type policy logic in range.h (previously, aspects of it
were distributed over algorithm.cc and tests/fuzzers)
(3) Introduces extended types for illustration's sake, which have
practical value in a subsequent change.

Original-Bug: 77359
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/543786
Original-Revision: 516d9e1809bfd515bdbba46011a659e50052e3b5
GitOrigin-RevId: 534380ce1b20cf715828c46ed85c5c2b9f51fbcc
Change-Id: I6fcd59f3978cc7f88a7e4e81f2f2ca13809418e7
1 file changed
tree: 524b8581dcd6e4eca46c3f60010d85e29a998b36
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.