[roll] Roll fuchsia [kernel] Support virtual heap

Adds virtual heap support in the kernel behind a build configuration.
The virtual heap uses the virtual_alloc library to implement the heap
wrapper for cmpctmalloc. The build flag is set to off by default and
so this change should have no impact.

Original-Bug: 30973
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514688
Original-Revision: 503a391c3f3d8ea61ba0c74c5341a90816155270
GitOrigin-RevId: c96f7b9f9299852895e6461116eabeb3f753593d
Change-Id: I94a1ab7776049bcf5087e3c972f0f63c2f6cc074
1 file changed
tree: 08e55e42d4cef3ba575ad63a7c398ca19308b5e8
  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.