Home
last modified time | relevance | path

Searched refs:ggc_realloc (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc.h147 extern void *ggc_realloc (void *, size_t CXX_MEM_STAT_INFO);
156 ((T *) ggc_realloc ((P), (N) * sizeof (T) MEM_STAT_INFO))
H A Dvec.h32 extern void *ggc_realloc (void *, size_t MEM_STAT_DECL);
390 v = static_cast <vec<T, A, vl_embed> *> (::ggc_realloc (v, size in reserve()
H A Dggc-common.c124 ggc_realloc (void *x, size_t size MEM_STAT_DECL) in ggc_realloc() function
H A Dtoplev.c906 return ggc_realloc (ptr, len); in realloc_for_line_map()
H A Dtree.c2525 v = (tree) ggc_realloc (v, length PASS_MEM_STAT); in grow_tree_vec()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc.h151 extern void *ggc_realloc (void *, size_t CXX_MEM_STAT_INFO);
160 ((T *) ggc_realloc ((P), (N) * sizeof (T) MEM_STAT_INFO))
H A Dvec.h32 extern void *ggc_realloc (void *, size_t MEM_STAT_DECL);
390 v = static_cast <vec<T, A, vl_embed> *> (::ggc_realloc (v, size in reserve()
H A Dggc-common.cc121 ggc_realloc (void *x, size_t size MEM_STAT_DECL) in ggc_realloc() function
H A Dtoplev.cc763 return ggc_realloc (ptr, len); in realloc_for_line_map()
H A Dtree.cc2794 v = (tree) ggc_realloc (v, length PASS_MEM_STAT); in grow_tree_vec()
H A DChangeLog-20022412 (ggc_realloc): Update valgrind annotations.
18333 * ggc-common.c (ggc_realloc): Handle X being NULL.
18335 * ggc-common.c (ggc_realloc): New function.
H A DChangeLog-200439593 ggc_realloc, ggc_alloc_typed): ... this one.
39601 ggc_realloc, ggc_alloc_typed): Turn to macros
44777 * ggc-common.c (ggc_realloc): Use it.
H A DChangeLog.tree-ssa1733 * tree-phinodes.c (resize_phi_node): Do not use ggc_realloc to
H A DChangeLog-201026993 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
H A DChangeLog-201438299 (ggc_realloc): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2005172 ggc_realloc.