Searched refs:small1 (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc_new/test/integration/ |
D | xallocx.c | 177 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/ |
D | xallocx.c | 212 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/ |
D | move.pass.cpp | 110 test_move_assign<small1, small2>(); in main()
|
D | copy.pass.cpp | 196 test_copy_assign<small1, small2>(); in main()
|
D | value.pass.cpp | 207 test_assign_value<small1, small2>(); in main()
|
/external/libcxx/test/std/utilities/any/any.class/any.modifiers/ |
D | swap.pass.cpp | 136 test_swap<small1, small2>(); in main()
|
/external/libcxx/test/support/ |
D | experimental_any_helpers.h | 145 typedef small_type<1> small1; typedef
|
D | any_helpers.h | 176 typedef small_type<1> small1; typedef
|