Home
last modified time | relevance | path

Searched refs:ggc_realloc_stat (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dggc.h214 extern void *ggc_realloc_stat (void *, size_t MEM_STAT_DECL);
215 #define ggc_realloc(s,z) ggc_realloc_stat (s,z MEM_STAT_INFO)
Dggc-none.c56 ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) in ggc_realloc_stat() function
Dvec.c106 vec = ggc_realloc_stat (vec, vec_offset + alloc * elt_size PASS_MEM_STAT); in vec_gc_o_reserve_1()
Dggc-common.c145 ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) in ggc_realloc_stat() function
DChangeLog-200439581 * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):
39583 (ggc_alloc_cleared, ggc_realloc_stat): ... these.
39590 ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Rename
39603 ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Declare.