Searched refs:small0 (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/integration/ |
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() 128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, 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() 177 size_t small0, small1, largemax; in TEST_BEGIN() local 181 small0 = get_small_size(0); in TEST_BEGIN() 185 p = mallocx(small0, 0); in TEST_BEGIN() [all …]
|
/external/jemalloc/test/integration/ |
D | xallocx.c | 150 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 …]
|