Lines Matching refs:trusize
739 size_t trusize; /* block size as allocater sees it */798 trusize = size+minhead;799 trusize = (trusize + ALIGNSZ - 1)/ALIGNSZ*ALIGNSZ;800 trusize = (trusize >= MINBLKSZ) ? trusize : MINBLKSZ;804 if (cpysize >= trusize) {808 if (cpysize - trusize >= MINBLKSZ) {814 trusize);