Lines Matching refs:body
257 Body_t* body;
294 /* now make sure that the body of a block is a multiple of ALIGN */
304 struct _body_s body;
314 Body_t body;
382 #define LINK(b) ((b)->body.body.link)
383 #define LEFT(b) ((b)->body.body.left)
384 #define RIGHT(b) ((b)->body.body.right)
387 #define DATA(b) ((Void_t*)((b)->body.data) )
389 #define SELF(b) ((Block_t**)((b)->body.data + SIZE(b) - sizeof(Block_t*)) )
391 #define NEXT(b) ((Block_t*)((b)->body.data + SIZE(b)) )
414 #define SEGWILD(b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= SEG(b)->baddr)
415 #define VMWILD(vd,b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= vd->seg->baddr)