Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dmalloc.c85 static char *Baddr; /* current high address of the arena */ variable
382 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()
624 if (addr == Baddr) { in _morecore()
667 if (addr == Baddr) { in _morecore()
673 addr = Baddr - WORDSIZE; in _morecore()
680 Baddr = addr + n; in _morecore()
H A Dmallint.h147 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr)
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmalloc.c67 static char *Baddr; /* current high address of the arena */ variable
369 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()
660 if (addr == Baddr) { in morecore()
707 if (addr == Baddr) { in morecore()
713 addr = Baddr - WORDSIZE; in morecore()
721 Baddr = addr + n; in morecore()
1411 if (tp == NULL || DATA(tp) == Baddr) in protect()
1434 if (tp == NULL || DATA(tp) == Baddr) in unprotect()
H A Dmallint.h117 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)