Searched refs:small0 (Results 1 – 1 of 1) sorted by relevance
| /third_party/ulib/jemalloc/test/integration/ |
| A D | xallocx.c | 132 size_t small0, largemax; in TEST_BEGIN() local 136 small0 = get_small_size(0); in TEST_BEGIN() 139 p = mallocx(small0, 0); in TEST_BEGIN() 162 size_t small0, largemax; in TEST_BEGIN() local 166 small0 = get_small_size(0); in TEST_BEGIN() 169 p = mallocx(small0, 0); in TEST_BEGIN() 198 small0 = get_small_size(0); in TEST_BEGIN() 202 p = mallocx(small0, 0); in TEST_BEGIN() 211 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN() 215 assert_zu_eq(xallocx(p, small0, largemax - small0 + 1, 0), small0, in TEST_BEGIN() [all …]
|
Completed in 3 milliseconds