Searched defs:RSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h93 #define RSIZE(b) (((b)->t_s).w_i & ~BITS01) macro
116 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE))
117 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)

Completed in 45 milliseconds