diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-01 22:12:08 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-01 22:12:08 -0400 |
| commit | 0338a30401954e36211b51544f0acfdbfc71666c (patch) | |
| tree | c8985ab2f43b5d864760c326aeb746492ada782d | |
| parent | 44b027ecb179fa61dcf18c2baacd2fdb7417c507 (diff) | |
use 1 slot for all extended size classes
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 176336b4..0d4974df 100644 --- a/static/releases.html +++ b/static/releases.html @@ -454,6 +454,7 @@ <li>Vanadium: update Chromium base to 90.0.4430.91</li> <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5: set slot number for eSIM</li> <li>enable backup service for non-owner users</li> + <li>hardened_malloc: use 1 slot for all extended size classes (reduces memory usage and improves security in combination with the guard slab feature)</li> </ul> </article> --> |
