Home
last modified time | relevance | path

Searched refs:count_destruct (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector1.cpp52 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); } in count_destruct() function
134 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct ); in test_counted()
135 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
136 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
138 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct ); in test_counted()
139 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, count_destruct, my_dealloc2 ); in test_counted()
140 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 ); in test_counted()
151 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct ); in test_counted()
152 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
153 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
[all …]
Dtest_vector2.cpp54 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); } in count_destruct() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector1.cpp42 void count_destruct ( void *p ) { --gCounter; } in count_destruct() function
114 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct ); in test_counted()
115 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
116 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
118 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct ); in test_counted()
119 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, count_destruct, my_dealloc2 ); in test_counted()
120 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 ); in test_counted()
131 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct ); in test_counted()
132 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
133 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted()
[all …]
Dtest_vector2.cpp44 void count_destruct ( void *p ) { --gCounter; } in count_destruct() function