Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:XP

3733   tchunkptr XP = X->parent;\
3762 if (XP != 0) {\
3768 else if (RTCHECK(ok_address(M, XP))) {\
3769 if (XP->child[0] == X) \
3770 XP->child[0] = R;\
3772 XP->child[1] = R;\
3779 R->parent = XP;\