Home
last modified time | relevance | path

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

/system/core/sh/
Dmemalloc.c119 int stacknleft = MINSIZE; variable
129 if (nbytes > stacknleft) { in stalloc()
140 stacknleft = blocksize; in stalloc()
146 stacknleft -= nbytes; in stalloc()
158 stacknleft += stacknxt - (char *)p; in stunalloc()
169 mark->stacknleft = stacknleft; in setstackmark()
188 stacknleft = mark->stacknleft; in popstackmark()
206 int newlen = SHELL_ALIGN(stacknleft * 2 + 100); in growstackblock()
222 stacknleft = newlen; in growstackblock()
232 xmark->stacknleft = stacknleft; in growstackblock()
[all …]
Dmemalloc.h40 int stacknleft; member
46 extern int stacknleft;
66 #define stackblocksize() stacknleft