Home | History | Annotate | Download | only in test

Lines Matching refs:count_destruct

43 void count_destruct  ( void *p ) { --gCounter; }
115 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct );
116 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 );
117 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
119 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct );
120 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, count_destruct, my_dealloc2 );
121 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 );
132 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct );
133 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 );
134 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc3 );
136 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, count_destruct );
137 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, count_destruct, my_dealloc2 );
138 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, count_destruct, my_dealloc3 );