Home
last modified time | relevance | path

Searched refs:ggc_internal_alloc (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc.h123 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 Dggc-none.c44 ggc_internal_alloc (size_t size, void (*f)(void *), size_t, size_t in ggc_internal_alloc() function
H A Dggc-common.c116 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 Dsymbol-summary.h101 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 Dtree-ssanames.c347 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 Dtree-phinodes.c117 phi = static_cast <gphi *> (ggc_internal_alloc (size)); in allocate_phi_node()
H A Dtree-ssa-operands.c264 ptr = (ssa_operand_memory_d *) ggc_internal_alloc in ssa_operand_alloc()
H A Dread-rtl-function.c1149 rtx new_x = (rtx) ggc_internal_alloc (size); in extra_parsing_for_operand_code_0()
H A Dggc-page.c1263 ggc_internal_alloc (size_t size, void (*f)(void *), size_t s, size_t n in ggc_internal_alloc() function
H A Dtree.c2157 s = (tree) ggc_internal_alloc (length); in build_string()
10764 t = (tree) ggc_internal_alloc (size); in build_omp_clause()
H A Dvarasm.c402 symbol = (rtx) ggc_internal_alloc (size); in create_block_symbol()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlex.c777 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 Dggc.h150 #define ggc_internal_alloc(s) ggc_internal_alloc_stat (s MEM_STAT_INFO) macro
H A Dggc-common.c262 return ggc_internal_alloc (sz); in ggc_splay_alloc()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c8201 space2 = (sorted_fields_type *) ggc_internal_alloc in finish_struct()