Searched refs:small1 (Results 1 – 1 of 1) sorted by relevance
| /third_party/ulib/jemalloc/test/integration/ |
| A D | xallocx.c | 194 size_t small0, small1, largemax; in TEST_BEGIN() local 199 small1 = get_small_size(1); in TEST_BEGIN() 205 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN() 208 assert_zu_eq(xallocx(p, small1, 0, 0), small0, in TEST_BEGIN() 211 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN()
|
Completed in 2 milliseconds