Searched refs:ggc_internal_alloc (Results 1 – 15 of 15) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ggc.h | 123 extern void *ggc_internal_alloc (size_t, void (*)(void *), size_t, 128 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_alloc() function 130 return ggc_internal_alloc (s, NULL, 0, 1 PASS_MEM_STAT); in ggc_internal_alloc() 181 return static_cast<T *> (ggc_internal_alloc (sizeof (T), finalize<T>, 0, 1 in ggc_alloc() 184 return static_cast<T *> (ggc_internal_alloc (sizeof (T), NULL, 0, 1 in ggc_alloc() 206 return static_cast<T *> (ggc_internal_alloc (c * sizeof (T), finalize<T>, in ggc_vec_alloc() 209 return static_cast<T *> (ggc_internal_alloc (c * sizeof (T), NULL, 0, 0 in ggc_vec_alloc() 230 return ggc_internal_alloc (s PASS_MEM_STAT); in ggc_alloc_atomic() 267 (rtvec_def *) ggc_internal_alloc (sizeof (struct rtvec_def) \ 275 return (struct rtx_def *) ggc_internal_alloc (s PASS_MEM_STAT); in ggc_alloc_rtx_def_stat() [all …]
|
H A D | ggc-none.c | 44 ggc_internal_alloc (size_t size, void (*f)(void *), size_t, size_t in ggc_internal_alloc() function
|
H A D | ggc-common.c | 116 void *buf = ggc_internal_alloc (size, f, s, n PASS_MEM_STAT); in ggc_internal_cleared_alloc() 129 return ggc_internal_alloc (size PASS_MEM_STAT); in ggc_realloc() 151 r = ggc_internal_alloc (size PASS_MEM_STAT); in ggc_realloc() 189 return ggc_internal_alloc (sz); in ggc_splay_alloc()
|
H A D | symbol-summary.h | 101 return m_ggc ? new (ggc_internal_alloc (sizeof (T))) T () : new T () ; in class() 327 return m_ggc ? new (ggc_internal_alloc (sizeof (T))) T () : new T () ; in class()
|
H A D | tree-ssanames.c | 347 ri = static_cast<range_info_def *> (ggc_internal_alloc (size)); in set_range_info_raw() 744 new_range_info = static_cast<range_info_def *> (ggc_internal_alloc (size)); in duplicate_ssa_name_range_info()
|
H A D | tree-phinodes.c | 117 phi = static_cast <gphi *> (ggc_internal_alloc (size)); in allocate_phi_node()
|
H A D | tree-ssa-operands.c | 264 ptr = (ssa_operand_memory_d *) ggc_internal_alloc in ssa_operand_alloc()
|
H A D | read-rtl-function.c | 1149 rtx new_x = (rtx) ggc_internal_alloc (size); in extra_parsing_for_operand_code_0()
|
H A D | ggc-page.c | 1263 ggc_internal_alloc (size_t size, void (*f)(void *), size_t s, size_t n in ggc_internal_alloc() function
|
H A D | tree.c | 2157 s = (tree) ggc_internal_alloc (length); in build_string() 10764 t = (tree) ggc_internal_alloc (size); in build_omp_clause()
|
H A D | varasm.c | 402 symbol = (rtx) ggc_internal_alloc (size); in create_block_symbol()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | lex.c | 777 struct lang_decl *ld = (struct lang_decl *) ggc_internal_alloc (size); in cxx_dup_lang_specific_decl() 809 = (struct lang_type *) ggc_internal_alloc (sizeof (struct lang_type)); in copy_lang_type()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ggc.h | 150 #define ggc_internal_alloc(s) ggc_internal_alloc_stat (s MEM_STAT_INFO) macro
|
H A D | ggc-common.c | 262 return ggc_internal_alloc (sz); in ggc_splay_alloc()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-decl.c | 8201 space2 = (sorted_fields_type *) ggc_internal_alloc in finish_struct()
|