Searched refs:ggc_realloc_stat (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | ggc.h | 214 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)
|
| D | ggc-none.c | 56 ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) in ggc_realloc_stat() function
|
| D | vec.c | 106 vec = ggc_realloc_stat (vec, vec_offset + alloc * elt_size PASS_MEM_STAT); in vec_gc_o_reserve_1()
|
| D | ggc-common.c | 145 ggc_realloc_stat (void *x, size_t size MEM_STAT_DECL) in ggc_realloc_stat() function
|
| D | ChangeLog-2004 | 39581 * 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.
|