Home
last modified time | relevance | path

Searched defs:BOTTOM (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h115 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr) macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h145 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr) macro