Searched refs:trusize (Results 1 – 1 of 1) sorted by relevance
740 size_t trusize; /* block size as allocater sees it */ in realloc_unlocked() local799 trusize = size+minhead; in realloc_unlocked()800 trusize = (trusize + ALIGNSZ - 1)/ALIGNSZ*ALIGNSZ; in realloc_unlocked()801 trusize = (trusize >= MINBLKSZ) ? trusize : MINBLKSZ; in realloc_unlocked()805 if (cpysize >= trusize) { in realloc_unlocked()809 if (cpysize - trusize >= MINBLKSZ) { in realloc_unlocked()815 trusize); in realloc_unlocked()