Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:C0

3778         tchunkptr C0, C1;\
3780 if ((C0 = X->child[0]) != 0) {\
3781 if (RTCHECK(ok_address(M, C0))) {\
3782 R->child[0] = C0;\
3783 C0->parent = R;\