Searched refs:trusize (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libmalloc/common/
H A Dmalloc.c739 size_t trusize; /* block size as allocater sees it */ local
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);
[all...]

Completed in 21 milliseconds