Home
last modified time | relevance | path

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

/external/jemalloc/test/integration/
Dxallocx.c150 size_t small0, hugemax; in TEST_BEGIN() local
154 small0 = get_small_size(0); in TEST_BEGIN()
157 p = mallocx(small0, 0); in TEST_BEGIN()
161 assert_zu_eq(xallocx(p, 1, 0, 0), small0, in TEST_BEGIN()
180 size_t small0, hugemax; in TEST_BEGIN() local
184 small0 = get_small_size(0); in TEST_BEGIN()
187 p = mallocx(small0, 0); in TEST_BEGIN()
212 size_t small0, small1, hugemax; in TEST_BEGIN() local
216 small0 = get_small_size(0); in TEST_BEGIN()
220 p = mallocx(small0, 0); in TEST_BEGIN()
[all …]