RSIZE
#define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE))
#define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)