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

/netbsd-current/bin/sh/
H A Dmemalloc.c121 int stacknleft = MINSIZE; variable
131 if (nbytes > stacknleft) {
142 stacknleft = blocksize;
149 stacknleft -= nbytes;
162 stacknleft += stacknxt - (char *)p;
173 mark->stacknleft = stacknleft;
203 stacknleft = mark->stacknleft;
222 int newlen = SHELL_ALIGN(stacknleft *
[all...]
H A Dmemalloc.h40 int stacknleft; member in struct:stackmark
47 extern int stacknleft;
71 #define stackblocksize() stacknleft

Completed in 80 milliseconds