Lines Matching refs:nsize
3983 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
3984 unlink_chunk(m, oldfirst, nsize); in prepend_alloc()
3985 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
3986 qsize += nsize; in prepend_alloc()
4435 size_t nsize = chunksize(next); in dispose_chunk() local
4436 psize += nsize; in dispose_chunk()
4437 unlink_chunk(m, next, nsize); in dispose_chunk()
4777 size_t nsize = chunksize(next); in dlfree() local
4778 psize += nsize; in dlfree()
4779 unlink_chunk(fm, next, nsize); in dlfree()
5718 size_t nsize = chunksize(next); in mspace_free() local
5719 psize += nsize; in mspace_free()
5720 unlink_chunk(fm, next, nsize); in mspace_free()