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

Lines Matching refs:XP

3731   tchunkptr XP = X->parent;\
3760 if (XP != 0) {\
3766 else if (RTCHECK(ok_address(M, XP))) {\
3767 if (XP->child[0] == X) \
3768 XP->child[0] = R;\
3770 XP->child[1] = R;\
3777 R->parent = XP;\