Lines Matching refs:tsize
531 size_t tsize; in memalign() local
574 tsize = (shift + size) - (MAX_CACHED + 8 + in memalign()
577 if (!IS_OVERSIZE(tsize, alloc_size)) { in memalign()
582 tsize += OVSZ_HEADER_SIZE; in memalign()
584 tsize, MTMALLOC_MIN_ALIGN); in memalign()
619 tsize = orig->size - (MAX_CACHED + 8 + in memalign()
622 if (!IS_OVERSIZE(tsize, alloc_size)) { in memalign()
644 tsize = orig->size - data_sz; in memalign()
648 tsize -= OVSZ_HEADER_SIZE; in memalign()
649 tail = oversize_header_alloc(taddr, tsize); in memalign()
663 tsize = orig->size - (MAX_CACHED + 8 + in memalign()
667 if (!IS_OVERSIZE(tsize, alloc_size)) { in memalign()
699 tsize = orig->size; in memalign()
706 assert(tsize > (shift + data_sz + in memalign()
708 tail_sz = tsize - in memalign()