Re: [PATCH 3/4] Fix vector memory statistics.

2018-11-05 Thread Richard Biener
On Mon, Nov 5, 2018 at 1:17 PM Martin Liška wrote: > > On 11/5/18 10:56 AM, Richard Biener wrote: > > On Mon, Nov 5, 2018 at 9:07 AM marxin wrote: > >> > >> > >> gcc/ChangeLog: > > > >/* Release PTR pointer of SIZE bytes. If REMOVE_FROM_MAP is set to true, > > remove the instance from r

Re: [PATCH 3/4] Fix vector memory statistics.

2018-11-05 Thread Martin Liška
On 11/5/18 10:56 AM, Richard Biener wrote: > On Mon, Nov 5, 2018 at 9:07 AM marxin wrote: >> >> >> gcc/ChangeLog: > >/* Release PTR pointer of SIZE bytes. If REMOVE_FROM_MAP is set to true, > remove the instance from reverse map. */ > - void release_instance_overhead (void *ptr, size_

Re: [PATCH 3/4] Fix vector memory statistics.

2018-11-05 Thread Richard Biener
On Mon, Nov 5, 2018 at 9:07 AM marxin wrote: > > > gcc/ChangeLog: /* Release PTR pointer of SIZE bytes. If REMOVE_FROM_MAP is set to true, remove the instance from reverse map. */ - void release_instance_overhead (void *ptr, size_t size, - bool remove_fr