Lines Matching full:old_top
3998 char* old_top = (char*)m->top;3999 msegmentptr oldsp = segment_holding(m, old_top);4005 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp;4037 if (csp != old_top) {4038 mchunkptr q = (mchunkptr)old_top;4039 size_t psize = csp - old_top;