Re: [PATCH] Guard memory block allocation.

2018-09-21 Thread Jeff Law
On 9/21/18 3:24 AM, Martin Liška wrote: > Hi. > > Following patch marks releases memory blocks as not accesible for valgrind. > That can help us in the future in order to catch memory corruptions. > > Ready for trunk? > Martin > > gcc/ChangeLog: > > 2018-09-21 Martin Liska > > * memor

[PATCH] Guard memory block allocation.

2018-09-21 Thread Martin Liška
Hi. Following patch marks releases memory blocks as not accesible for valgrind. That can help us in the future in order to catch memory corruptions. Ready for trunk? Martin gcc/ChangeLog: 2018-09-21 Martin Liska * memory-block.h (memory_block_pool::release): Annotate with va