Lines Matching refs:ggc_cleared_alloc
58 root_test_struct = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
59 root_test_struct->other = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
89 root_test_of_length->elem[i] = ggc_cleared_alloc <test_of_length> (); in test_length()
153 root_test_of_union_1 = ggc_cleared_alloc <test_of_union> (); in test_union()
155 test_struct *ts = ggc_cleared_alloc <test_struct> (); in test_union()
158 root_test_of_union_2 = ggc_cleared_alloc <test_of_union> (); in test_union()
160 test_other *other = ggc_cleared_alloc <test_other> (); in test_union()
162 test_struct *referenced_by_other = ggc_cleared_alloc <test_struct> (); in test_union()
201 ggc_cleared_alloc <test_struct_with_dtor> (); in test_finalization()
220 test_of_deletable = ggc_cleared_alloc <test_struct> (); in test_deletable_global()
237 m_a (ggc_cleared_alloc <test_struct> ()) in example_base()
249 m_a (ggc_cleared_alloc <test_struct> ()) in example_base()
262 m_b (ggc_cleared_alloc <test_struct> ()) in some_subclass()
273 m_c (ggc_cleared_alloc <test_struct> ()) in some_other_subclass()
364 root_test_node = ggc_cleared_alloc <test_node> (); in test_chain_next()
368 test_node *new_node = ggc_cleared_alloc <test_node> (); in test_chain_next()
436 root_user_struct_ptr = ggc_cleared_alloc <user_struct> (); in test_user_struct()
437 test_struct *referenced = ggc_cleared_alloc <test_struct> (); in test_user_struct()