Home
last modified time | relevance | path

Searched refs:small1 (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc_new/test/integration/
Dxallocx.c177 size_t small0, small1, largemax; in TEST_BEGIN() local
182 small1 = get_small_size(1); in TEST_BEGIN()
188 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
191 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
194 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN()
/external/jemalloc/test/integration/
Dxallocx.c212 size_t small0, small1, hugemax; in TEST_BEGIN() local
217 small1 = get_small_size(1); in TEST_BEGIN()
223 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
226 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN()
229 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN()
/external/libcxx/test/std/utilities/any/any.class/any.assign/
Dmove.pass.cpp110 test_move_assign<small1, small2>(); in main()
Dcopy.pass.cpp196 test_copy_assign<small1, small2>(); in main()
Dvalue.pass.cpp207 test_assign_value<small1, small2>(); in main()
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/
Dswap.pass.cpp136 test_swap<small1, small2>(); in main()
/external/libcxx/test/support/
Dexperimental_any_helpers.h145 typedef small_type<1> small1; typedef
Dany_helpers.h176 typedef small_type<1> small1; typedef