Searched refs:Baddr (Results 1 – 4 of 4) sorted by relevance
83 static char *Baddr; /* current high address of the arena */ variable380 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()622 if (addr == Baddr) { in _morecore()665 if (addr == Baddr) { in _morecore()671 addr = Baddr - WORDSIZE; in _morecore()678 Baddr = addr + n; in _morecore()
145 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr)
65 static char *Baddr; /* current high address of the arena */ variable367 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) { in realloc()658 if (addr == Baddr) { in morecore()705 if (addr == Baddr) { in morecore()711 addr = Baddr - WORDSIZE; in morecore()719 Baddr = addr + n; in morecore()1409 if (tp == NULL || DATA(tp) == Baddr) in protect()1432 if (tp == NULL || DATA(tp) == Baddr) in unprotect()
115 #define BOTTOM(b) ((DATA(b) + RSIZE(b) + WORDSIZE) == Baddr)