SMALLSIZE 290 user/testbin/malloctest/malloctest.c char junk[(SMALLSIZE - sizeof(struct test3 *))];
SMALLSIZE 327 user/testbin/malloctest/malloctest.c x = malloc(SMALLSIZE);
SMALLSIZE 329 user/testbin/malloctest/malloctest.c printf("FAILED: malloc(%u) succeeded\n", SMALLSIZE);
SMALLSIZE 400 user/testbin/malloctest/malloctest.c x = malloc(SMALLSIZE);
SMALLSIZE 402 user/testbin/malloctest/malloctest.c printf("FAILED: malloc(%u) failed\n", SMALLSIZE);
SMALLSIZE 443 user/testbin/malloctest/malloctest.c if (lx < ly && lx + SMALLSIZE > ly) {
SMALLSIZE 465 user/testbin/malloctest/malloctest.c overhead = ly - (lx + SMALLSIZE);
SMALLSIZE 481 user/testbin/malloctest/malloctest.c zsize = SMALLSIZE + MEDIUMSIZE + overhead;