Home | History | Annotate | Download | only in dlmalloc

Lines Matching defs:asp

4006   char* asp = rawsp + offset;
4007 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp;