* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.

From-SVN: r100816
This commit is contained in:
Nathan Sidwell 2005-06-10 12:02:22 +00:00 committed by Nathan Sidwell
parent 71625f3dc6
commit cdd5a1bebe
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-06-10 Nathan Sidwell <nathan@codesourcery.com>
* vec.h (VEC_safe_grow): Append MEM_STAT_INFO.
2005-06-10 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/linux.h (NO_PROFILE_COUNTERS): Define.

View File

@ -283,7 +283,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
uninitialized. */
#define VEC_safe_grow(T,A,V,I) \
(VEC_OP(T,A,safe_grow)(&(V),I VEC_CHECK_INFO))
(VEC_OP(T,A,safe_grow)(&(V),I VEC_CHECK_INFO MEM_STAT_INFO))
/* Replace element
T VEC_T_replace (VEC(T) *v, unsigned ix, T val); // Integer