Searched refs:Baddr (Results 1 – 4 of 4) sorted by relevance
85 static char *Baddr; /* current high address of the arena */ variable382 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()
147 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr)
67 static char *Baddr; /* current high address of the arena */ variable369 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()
117 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)