/external/jemalloc_new/test/integration/ |
xallocx.c | 117 size_t small0, largemax; local 121 small0 = get_small_size(0); 124 p = mallocx(small0, 0); 128 assert_zu_eq(xallocx(p, 1, 0, 0), small0, 146 size_t small0, largemax; local 150 small0 = get_small_size(0); 153 p = mallocx(small0, 0); 177 size_t small0, small1, largemax; local 181 small0 = get_small_size(0); 185 p = mallocx(small0, 0) [all...] |
/external/jemalloc/test/integration/ |
xallocx.c | 150 size_t small0, hugemax; local 154 small0 = get_small_size(0); 157 p = mallocx(small0, 0); 161 assert_zu_eq(xallocx(p, 1, 0, 0), small0, 180 size_t small0, hugemax; local 184 small0 = get_small_size(0); 187 p = mallocx(small0, 0); 212 size_t small0, small1, hugemax; local 216 small0 = get_small_size(0); 220 p = mallocx(small0, 0) [all...] |