Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c315 if (freeptr[0].nextfree == GROUND) { in malloc_unlocked()
977 if (freeptr[0].nextfree == GROUND) { in mallinfo()
1102 if (freeptr[0].nextfree == GROUND) { in check_arena()
1161 if (freeptr[0].nextfree == GROUND) { in rstalloc()
1166 freeptr[0].nextfree = GROUND; in rstalloc()
H A Dmallint.h171 #define GROUND (struct header *)0 macro