Home | History | Annotate | Download | only in unit

Lines Matching refs:expanded

133 	char *volatile expanded;
139 expanded = realloc(ptr, SC_LARGE_MINCLASS);
140 expect_ptr_eq(last_junked_ptr, &expanded[SC_SMALL_MAXCLASS], "");
143 free(expanded);
147 expanded = rallocx(ptr, SC_LARGE_MINCLASS, 0);
148 expect_ptr_eq(last_junked_ptr, &expanded[SC_SMALL_MAXCLASS], "");
151 free(expanded);
155 expanded = rallocx(ptr, SC_LARGE_MINCLASS, MALLOCX_TCACHE_NONE);
156 expect_ptr_eq(last_junked_ptr, &expanded[SC_SMALL_MAXCLASS], "");
159 free(expanded);
165 expanded = rallocx(ptr, SC_LARGE_MINCLASS, MALLOCX_ZERO);
168 free(expanded);
172 * (since allocations can be expanded / not expanded differently on