Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1939 typedef struct malloc_segment* msegmentptr; typedef
2112 static msegmentptr segment_holding(mstate m, char* addr) { in segment_holding()
2113 msegmentptr sp = &m->seg; in segment_holding()
2123 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link()
2124 msegmentptr sp = &m->seg; in has_segment_link()
2584 msegmentptr sp = segment_holding(m, (char*)p); in do_check_top_chunk()
2784 msegmentptr s = &m->seg; in traverse_and_check()
2853 msegmentptr s = &m->seg; in internal_mallinfo()
2893 msegmentptr s = &m->seg; in internal_malloc_stats()
3333 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2440 typedef struct malloc_segment* msegmentptr; typedef
2647 static msegmentptr segment_holding(mstate m, char* addr) { in segment_holding()
2648 msegmentptr sp = &m->seg; in segment_holding()
2658 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link()
2659 msegmentptr sp = &m->seg; in has_segment_link()
3168 msegmentptr sp = segment_holding(m, (char*)p); in do_check_top_chunk()
3368 msegmentptr s = &m->seg; in traverse_and_check()
3437 msegmentptr s = &m->seg; in internal_mallinfo()
3476 msegmentptr s = &m->seg; in internal_malloc_stats()
3915 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
[all …]