Home
last modified time | relevance | path

Searched refs:esize (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3455 size_t esize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE - asize); in sys_alloc() local
3456 if (esize < HALF_MAX_SIZE_T) { in sys_alloc()
3457 char* end = (char*)CALL_MORECORE(esize); in sys_alloc()
3459 asize += esize; in sys_alloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4044 size_t esize = granularity_align(nb + SYS_ALLOC_PADDING - asize); in sys_alloc() local
4045 if (esize < HALF_MAX_SIZE_T) { in sys_alloc()
4046 char* end = (char*)CALL_MORECORE(esize); in sys_alloc()
4048 asize += esize; in sys_alloc()