[roll] Roll fuchsia [kernel][vm] Slot based compression storage Adds a slot based compressed storage system that can store up to 64 items on a single page. Unlike the VmTriPageStorage system, the slot storage cannot store all the allocation metadata in the vm_page_t and utilizes a slab allocator. Compared to the VmTriPageStorage, which stores at best 3 items per page, this storage system can store up to 64 items and in real workloads can reduce the storage overhead (percentage of the allocated storage not used for storing actual data) from 24% -> 5%. Original-Bug: 409561818 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1270506 Original-Revision: c4c1ab10a2f97fcca15568b08ed98812464df5b9 GitOrigin-RevId: 59a92bd8bf6b6a1cc8d583ef2473fb7ee0737fca Change-Id: I76d0b645a2c0b1854a4f58b88f5a12db13bbb4e2
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.