Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:lastq

3444       mchunkptr lastq = 0;
3455 assert(lastq == 0 || is_inuse(lastq)); /* Not 2 consecutive free */
3458 lastq = q;