Is it safe to assume that ggc_cleared_alloc() return memory that has been zeroed ?

Jeff Law law@redhat.com
Fri Oct 18 16:12:00 GMT 2019


On 10/18/19 10:07 AM, William Tambe wrote:
> Is it safe to assume that ggc_cleared_alloc() return memory that has
> been zeroed ?
> 
Yes.  We'll call memset on the region to clear it.

jeff



More information about the Gcc-help mailing list