MEDIUMSIZE 333 user/testbin/malloctest/malloctest.c x = malloc(MEDIUMSIZE);
MEDIUMSIZE 335 user/testbin/malloctest/malloctest.c printf("FAILED: malloc(%u) succeeded\n", MEDIUMSIZE);
MEDIUMSIZE 366 user/testbin/malloctest/malloctest.c x = malloc(MEDIUMSIZE);
MEDIUMSIZE 406 user/testbin/malloctest/malloctest.c y = malloc(MEDIUMSIZE);
MEDIUMSIZE 408 user/testbin/malloctest/malloctest.c printf("FAILED: malloc(%u) failed\n", MEDIUMSIZE);
MEDIUMSIZE 447 user/testbin/malloctest/malloctest.c if (ly < lx && ly + MEDIUMSIZE > lx) {
MEDIUMSIZE 481 user/testbin/malloctest/malloctest.c zsize = SMALLSIZE + MEDIUMSIZE + overhead;