lx 392 user/testbin/malloctest/malloctest.c unsigned long lx, ly, lz, overhead, zsize;
lx 418 user/testbin/malloctest/malloctest.c lx = (unsigned long)x;
lx 421 user/testbin/malloctest/malloctest.c printf("x is 0x%lx; y is 0x%lx\n", lx, ly);
lx 432 user/testbin/malloctest/malloctest.c if (lx == ly) {
lx 443 user/testbin/malloctest/malloctest.c if (lx < ly && lx + SMALLSIZE > ly) {
lx 447 user/testbin/malloctest/malloctest.c if (ly < lx && ly + MEDIUMSIZE > lx) {
lx 457 user/testbin/malloctest/malloctest.c if (ly < lx) {
lx 465 user/testbin/malloctest/malloctest.c overhead = ly - (lx + SMALLSIZE);
lx 492 user/testbin/malloctest/malloctest.c printf("z is 0x%lx (x was 0x%lx, y 0x%lx)\n", lz, lx, ly);
lx 494 user/testbin/malloctest/malloctest.c if (lz==lx) {