Searched refs:old_top (Results 1 – 2 of 2) sorted by relevance
3332 char* old_top = (char*)m->top; in add_segment() local3333 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()3339 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()3371 if (csp != old_top) { in add_segment()3372 mchunkptr q = (mchunkptr)((unsigned long)old_top); in add_segment()3373 size_t psize = csp - old_top; in add_segment()
3914 char* old_top = (char*)m->top; in add_segment() local3915 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()3921 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()3953 if (csp != old_top) { in add_segment()3954 mchunkptr q = (mchunkptr)old_top; in add_segment()3955 size_t psize = csp - old_top; in add_segment()