Home
last modified time | relevance | path

Searched refs:RSIZE (Results 1 – 1 of 1) sorted by relevance

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