Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dmemalloc.c121 int stacknleft = MINSIZE; variable
131 if (nbytes > stacknleft) { in stalloc()
142 stacknleft = blocksize; in stalloc()
149 stacknleft -= nbytes; in stalloc()
162 stacknleft += stacknxt - (char *)p; in stunalloc()
173 mark->stacknleft = stacknleft; in setstackmark()
203 stacknleft = mark->stacknleft; in rststackmark()
222 int newlen = SHELL_ALIGN(stacknleft * 2 + 100); in growstackblock()
238 sstrnleft += newlen - stacknleft; in growstackblock()
239 stacknleft = newlen; in growstackblock()
[all …]
H A Dmemalloc.h40 int stacknleft; member
47 extern int stacknleft;
71 #define stackblocksize() stacknleft