[roll] Roll fuchsia [kernel][btree] Flexible Node sizing This removes the hard coded size classes array in favor of a single maximum NodeSize definition, and the rest of the potential root node sizes dynamically calculated. The sizes can be calculated based on how many items they need to hold, and are then just doubled until the maximum size is reached. The primary goal of this change is to make it easier to change the definition of Node and what it contains, without needing an ever expanding set of potential node size classes. Original-Bug: 494059275 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1571174 Original-Revision: 3c54135f6fc19adc15fe3b2170b7373d93707914 GitOrigin-RevId: 1bfd389bf77680976f2f4d26c8b1dd6c2cead2bf Change-Id: I392dcc714793debf43ed40a59956b538067c014a
This repository contains Fuchsia's Global Integration manifest files.
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 in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.