Lines Matching refs:nsize
3979 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
3980 unlink_chunk(m, oldfirst, nsize); in prepend_alloc()
3981 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
3982 qsize += nsize; in prepend_alloc()
4423 size_t nsize = chunksize(next); in dispose_chunk() local
4424 psize += nsize; in dispose_chunk()
4425 unlink_chunk(m, next, nsize); in dispose_chunk()
4773 size_t nsize = chunksize(next); in dlfree() local
4774 psize += nsize; in dlfree()
4775 unlink_chunk(fm, next, nsize); in dlfree()
5715 size_t nsize = chunksize(next); in mspace_free() local
5716 psize += nsize; in mspace_free()
5717 unlink_chunk(fm, next, nsize); in mspace_free()