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

  /external/libcxxabi/test/
test_vector1.pass.cpp 28 void my_dealloc3 ( void *p, size_t sz ) { function
72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
81 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
85 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
90 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
94 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
99 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
103 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
117 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
    [all...]
test_vector2.pass.cpp 29 void my_dealloc3 ( void *p, size_t sz ) { function
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector1.pass.cpp 28 void my_dealloc3 ( void *p, size_t sz ) { function
72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
81 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
85 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
90 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
94 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
99 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
103 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
117 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
    [all...]
test_vector2.pass.cpp 29 void my_dealloc3 ( void *p, size_t sz ) { function
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp 27 void my_dealloc3 ( void *p, size_t sz ) { function
91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
95 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
100 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
104 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
109 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
113 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
118 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
122 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
136 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
    [all...]
test_vector2.cpp 29 void my_dealloc3 ( void *p, size_t sz ) { function

Completed in 72 milliseconds