Searched refs:count_construct (Results 1 – 2 of 2) sorted by relevance
/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 42 void count_construct ( void *p ) { ++gCounter; } in count_construct() function 115 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct ); in test_counted() 116 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 117 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 132 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct ); in test_counted() 133 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 134 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
|
D | test_vector2.pass.cpp | 43 void count_construct ( void *p ) { ++gCounter; } in count_construct() function
|