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

/external/libcxxabi/test/
H A Dtest_vector1.cpp27 void my_dealloc3 ( void *p, size_t sz ) { function
71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
75 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
80 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
84 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
89 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
93 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
98 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
102 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
116 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
[all...]
H A Dtest_vector2.cpp29 void my_dealloc3 ( void *p, size_t sz ) { function

Completed in 127 milliseconds