Searched refs:membot (Results 1 – 1 of 1) sorted by relevance
52 static char *membot = NULL; /* PWP: bottom of allocatable memory */ variable164 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \171 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \267 if (membot == NULL) in morecore()268 membot = memtop; in morecore()318 CHECK(!memtop || !membot, in free()322 CHECK(cp < (ptr_t) membot, in free()524 if (membot == NULL) in smalloc()525 membot = sbrk(0); in smalloc()533 if (membot == NULL) in smalloc()[all …]