Searched refs:my_dealloc3 (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_vector1.pass.cpp28 void my_dealloc3 ( void *p, size_t ) { function
83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
92 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
96 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
101 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
105 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
110 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
114 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
128 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
[all...]
H A Dtest_vector2.pass.cpp31 void my_dealloc3 ( void *p, size_t ) { function
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_vector1.pass.cpp28 void my_dealloc3 ( void *p, size_t ) { function
83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
92 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
96 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
101 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
105 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
110 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
114 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
128 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
[all...]
H A Dtest_vector2.pass.cpp31 void my_dealloc3 ( void *p, size_t ) { function

Completed in 37 milliseconds