BIGSIZE           177 user/testbin/malloctest/malloctest.c 	printf("Allocating %u bytes\n", BIGSIZE);
BIGSIZE           178 user/testbin/malloctest/malloctest.c 	x = malloc(BIGSIZE);
BIGSIZE           184 user/testbin/malloctest/malloctest.c 	markblock(x, BIGSIZE, 0, 0);
BIGSIZE           185 user/testbin/malloctest/malloctest.c 	if (checkblock(x, BIGSIZE, 0, 0)) {
BIGSIZE           339 user/testbin/malloctest/malloctest.c 	x = malloc(BIGSIZE);
BIGSIZE           341 user/testbin/malloctest/malloctest.c 		printf("FAILED: malloc(%u) succeeded\n", BIGSIZE);