lz                392 user/testbin/malloctest/malloctest.c 	unsigned long lx, ly, lz, overhead, zsize;
lz                490 user/testbin/malloctest/malloctest.c 	lz = (unsigned long) z;
lz                492 user/testbin/malloctest/malloctest.c 	printf("z is 0x%lx (x was 0x%lx, y 0x%lx)\n", lz, lx, ly);
lz                494 user/testbin/malloctest/malloctest.c 	if (lz==lx) {