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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.alloc.c52 static char *membot = NULL; /* PWP: bottom of allocatable memory */ variable
160 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \
167 xprintf(" (memtop = %p membot = %p)\n", memtop, membot); \
263 if (membot == NULL)
264 membot = memtop;
314 CHECK(!memtop || !membot,
318 CHECK(cp < (ptr_t) membot,
517 if (membot
[all...]

Completed in 54 milliseconds