Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2112 static msegmentptr segment_holding(mstate m, char* addr) { in segment_holding() function
2584 msegmentptr sp = segment_holding(m, (char*)p); in do_check_top_chunk()
3333 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
3418 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc()
3633 msegmentptr sp = segment_holding(m, (char*)m->top); in sys_trim()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2647 static msegmentptr segment_holding(mstate m, char* addr) { in segment_holding() function
3168 msegmentptr sp = segment_holding(m, (char*)p); in do_check_top_chunk()
3915 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
4010 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc()
4234 msegmentptr sp = segment_holding(m, (char*)m->top); in sys_trim()