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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h63 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
83 } TREE; typedef in typeref:struct:_t_
118 } TREE; typedef in typeref:struct:_t_
138 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))
139 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))
143 #define BLOCK(d) ((TREE *)(((uintptr_t)(d)) - WORDSIZE))
144 #define SELFP(b) ((TREE **)(((uintptr_t)(b)) + SIZE(b)))
145 #define LAST(b) (*((TREE **)(((uintptr_t)(b)) - WORDSIZE)))
146 #define NEXT(b) ((TREE *)(((uintptr_t)(b)) + SIZE(b) + WORDSIZE))
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h62 #define MINSIZE (sizeof (TREE) - sizeof (WORD))
89 } TREE; typedef in typeref:struct:_t_
108 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))
109 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))
113 #define BLOCK(d) ((TREE *)(((char *)(d)) - WORDSIZE))
116 #define NEXT(b) ((TREE *)(((char *)(b)) + RSIZE(b) + WORDSIZE))

Completed in 72 milliseconds