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

/illumos-gate/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) {
624 if (addr == Baddr) {
667 if (addr == Baddr) {
673 addr = Baddr - WORDSIZE;
680 Baddr = addr + n;
H A Dmallint.h147 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr)
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h117 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)
H A Dmalloc.c67 static char *Baddr; /* current high address of the arena */ variable
369 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) {
660 if (addr == Baddr) {
707 if (addr == Baddr) {
713 addr = Baddr - WORDSIZE;
721 Baddr = addr + n;
1411 if (tp == NULL || DATA(tp) == Baddr)
1434 if (tp == NULL || DATA(tp) == Baddr)

Completed in 49 milliseconds