Home
last modified time | relevance | path

Searched refs:rsize (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3480 size_t rsize = granularity_align(req); in sys_alloc() local
3481 if (rsize > nb) { /* Fail if wraps around zero */ in sys_alloc()
3482 char* mp = (char*)(CALL_MMAP(rsize)); in sys_alloc()
3485 tsize = rsize; in sys_alloc()
3565 size_t rsize = m->topsize -= nb; in sys_alloc() local
3568 r->head = rsize | PINUSE_BIT; in sys_alloc()
3694 size_t rsize = -nb; /* Unsigned negation */ in tmalloc_large() local
3706 if (trem < rsize) { in tmalloc_large()
3708 if ((rsize = trem) == 0) in tmalloc_large()
3735 if (trem < rsize) { in tmalloc_large()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4068 size_t rsize = granularity_align(nb + SYS_ALLOC_PADDING); in sys_alloc() local
4069 if (rsize > nb) { /* Fail if wraps around zero */ in sys_alloc()
4070 char* mp = (char*)(CALL_MMAP(rsize)); in sys_alloc()
4073 tsize = rsize; in sys_alloc()
4157 size_t rsize = m->topsize -= nb; in sys_alloc() local
4160 r->head = rsize | PINUSE_BIT; in sys_alloc()
4293 size_t rsize = -nb; /* Unsigned negation */ in tmalloc_large() local
4304 if (trem < rsize) { in tmalloc_large()
4306 if ((rsize = trem) == 0) in tmalloc_large()
4332 if (trem < rsize) { in tmalloc_large()
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dnfs4_mount.h29 int rsize; /* 1 */ member
H A Dnfs_mount.h31 int rsize; /* 1 */ member