piwicode 316116e0cd
[scudo] Add an option to zero memory on deallocation. (#142394)
When all the blocks of a page are unused, the page will be full of zero
and decommitted on operating systems that scan the memory.

Change-Id: I278055d82057090b0a04d812b49cf93fdf467478

Co-authored-by: Christopher Ferris <cferris1000@users.noreply.github.com>
2025-12-17 14:04:39 -08:00
..

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================