Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:nextp

4028     mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE);
4031 if ((char*)(&(nextp->head)) < old_end)
4032 p = nextp;