Lines Matching full:old_top
3306 char* old_top = (char*)m->top;3307 msegmentptr oldsp = segment_holding(m, old_top);3313 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp;3345 if (csp != old_top) {3346 mchunkptr q = (mchunkptr)old_top;3347 size_t psize = csp - old_top;