diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-24 16:15:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-24 16:15:02 -0400 |
| commit | b894611b89b11188fe679fad9ed3cb0de636bad2 (patch) | |
| tree | 353cd2a904199de79569e549028e6f3401ec6ee2 | |
| parent | 90e6ed435fffb825f271f4452cfc9d8ea0bbd6f4 (diff) | |
explain malloc_trim enhancement
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 4b418fd1..b80726ac 100644 --- a/static/releases.html +++ b/static/releases.html @@ -438,7 +438,7 @@ <p>Changes since the 2021.03.19.14 release:</p> <ul> - <li>hardened_malloc: add initial malloc_trim slab quarantine purging</li> + <li>hardened_malloc: add initial malloc_trim slab quarantine purging to reduce system memory usage from the slab quarantine without sacrificing security</li> <li>Vanadium: update Chromium base to 89.0.4389.105</li> </ul> </article> |
