Home
last modified time | relevance | path

Searched refs:nsize (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3314 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
3315 unlink_chunk(m, oldfirst, nsize); in prepend_alloc()
3316 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
3317 qsize += nsize; in prepend_alloc()
4298 size_t nsize = chunksize(next); in dlfree() local
4299 psize += nsize; in dlfree()
4300 unlink_chunk(fm, next, nsize); in dlfree()
4703 size_t nsize = chunksize(next); in mspace_free() local
4704 psize += nsize; in mspace_free()
4705 unlink_chunk(fm, next, nsize); in mspace_free()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c3897 size_t nsize = chunksize(oldfirst); in prepend_alloc() local
3898 unlink_chunk(m, oldfirst, nsize); in prepend_alloc()
3899 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
3900 qsize += nsize; in prepend_alloc()
4902 size_t nsize = chunksize(next); in dlfree() local
4903 psize += nsize; in dlfree()
4904 unlink_chunk(fm, next, nsize); in dlfree()
5333 size_t nsize = chunksize(next); in mstar_mspace_free() local
5334 psize += nsize; in mstar_mspace_free()
5335 unlink_chunk(fm, next, nsize); in mstar_mspace_free()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Djffs2.h127 uint8_t nsize; member