overhead 392 user/testbin/malloctest/malloctest.c unsigned long lx, ly, lz, overhead, zsize;
overhead 465 user/testbin/malloctest/malloctest.c overhead = ly - (lx + SMALLSIZE);
overhead 466 user/testbin/malloctest/malloctest.c printf("Apparent block overhead: %lu\n", overhead);
overhead 468 user/testbin/malloctest/malloctest.c if (overhead > ABSURD_OVERHEAD) {
overhead 472 user/testbin/malloctest/malloctest.c if (overhead > OVERHEAD) {
overhead 481 user/testbin/malloctest/malloctest.c zsize = SMALLSIZE + MEDIUMSIZE + overhead;