Home | History | Annotate | Download | only in src

Lines Matching refs:TP

3116   else { tchunkptr TP = (tchunkptr)(P); insert_large_chunk(M, TP, S); }
3120 else { tchunkptr TP = (tchunkptr)(P); unlink_large_chunk(M, TP); }
3566 tchunkptr tp = (tchunkptr)p;
3573 unlink_large_chunk(m, tp);
3583 insert_large_chunk(m, tp, psize);