Searched refs:small0 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | xallocx.c | 117 size_t small0, largemax; in TEST_BEGIN() local 121 small0 = get_small_size(0); in TEST_BEGIN() 124 p = mallocx(small0, 0); in TEST_BEGIN() 146 size_t small0, largemax; in TEST_BEGIN() local 150 small0 = get_small_size(0); in TEST_BEGIN() 153 p = mallocx(small0, 0); in TEST_BEGIN() 181 small0 = get_small_size(0); in TEST_BEGIN() 185 p = mallocx(small0, 0); in TEST_BEGIN() 194 assert_zu_eq(xallocx(p, small0, small1 - small0, 0), small0, in TEST_BEGIN() 198 assert_zu_eq(xallocx(p, small0, largemax - small0 + 1, 0), small0, in TEST_BEGIN() [all …]
|