Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libmalloc/common/
H A Dmallint.h147 #define SMAL 2L macro
148 #define SETSMAL(x) ((struct lblk *)((long)(x) | SMAL))
149 #define CLRSMAL(x) ((struct lblk *)((long)(x) & ~SMAL))
150 #define TESTSMAL(x) ((long)(x) & SMAL)
155 #define SETALL(x) ((long)(x) | (SMAL | BUSY))
156 #define CLRALL(x) ((long)(x) & ~(SMAL | BUSY))
H A Dmalloc.c1116 (4 | SMAL)) == 0); in check_arena()