HomeSort by relevance Sort by last modified time
    Searched refs:count_destruct (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/test/
test_vector1.pass.cpp 43 void count_destruct ( void * ) { --gCounter; } function
126 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct );
127 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 );
128 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
130 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct );
131 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, count_destruct, my_dealloc2 );
132 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 );
143 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct );
144 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 );
145 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc3 )
    [all...]
test_vector2.pass.cpp 46 void count_destruct ( void * ) { --gCounter; } function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
test_vector1.pass.cpp 43 void count_destruct ( void * ) { --gCounter; } function
126 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct );
127 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 );
128 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
130 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct );
131 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, count_destruct, my_dealloc2 );
132 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 );
143 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct );
144 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 );
145 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc3 )
    [all...]
test_vector2.pass.cpp 46 void count_destruct ( void * ) { --gCounter; } function

Completed in 115 milliseconds