Home
last modified time | relevance | path

Searched refs:ggc_internal_cleared_alloc (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDggc.h136 extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *),
141 ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_cleared_alloc() function
143 return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT); in ggc_internal_cleared_alloc()
193 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), in ggc_cleared_alloc()
197 return static_cast<T *> (ggc_internal_cleared_alloc (sizeof (T), NULL, 0, 1 in ggc_cleared_alloc()
218 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), in ggc_cleared_vec_alloc()
223 return static_cast<T *> (ggc_internal_cleared_alloc (c * sizeof (T), NULL, in ggc_cleared_vec_alloc()
287 return (union tree_node *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_tree_node_stat()
293 return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT); in ggc_alloc_cleared_gimple_statement_stat()
HDggc-none.c52 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t, size_t in ggc_internal_cleared_alloc() function
HDggc-tests.c86 root_test_of_length = (test_of_length *)ggc_internal_cleared_alloc (sz); in test_length()
243 return ggc_internal_cleared_alloc (sz); in new()
HDggc-common.c113 ggc_internal_cleared_alloc (size_t size, void (*f)(void *), size_t s, size_t n in ggc_internal_cleared_alloc() function
HDsymtab.c535 char *s = (char *)ggc_internal_cleared_alloc (l + EXTRA); in get_dump_name()
HDomp-simd-clone.c74 ggc_internal_cleared_alloc (len); in simd_clone_struct_alloc()
HDgenmatch.c35 void *ggc_internal_cleared_alloc (size_t, void (*)(void *), in ggc_internal_cleared_alloc() function
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDlex.c675 = (struct lang_decl *) ggc_internal_cleared_alloc (size); in maybe_add_lang_decl_raw()
842 = (struct lang_type *) (ggc_internal_cleared_alloc in maybe_add_lang_type_raw()