zsize             392 user/testbin/malloctest/malloctest.c 	unsigned long lx, ly, lz, overhead, zsize;
zsize             481 user/testbin/malloctest/malloctest.c 	zsize = SMALLSIZE + MEDIUMSIZE + overhead;
zsize             483 user/testbin/malloctest/malloctest.c 	printf("Now allocating %lu bytes... should reuse the space.\n", zsize);
zsize             484 user/testbin/malloctest/malloctest.c 	z = malloc(zsize);