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

/system/core/sh/
H A Dmemalloc.c119 int stacknleft = MINSIZE; variable
129 if (nbytes > stacknleft) {
140 stacknleft = blocksize;
146 stacknleft -= nbytes;
158 stacknleft += stacknxt - (char *)p;
169 mark->stacknleft = stacknleft;
188 stacknleft = mark->stacknleft;
206 int newlen = SHELL_ALIGN(stacknleft *
[all...]
H A Dmemalloc.h40 int stacknleft; member in struct:stackmark
46 extern int stacknleft;
66 #define stackblocksize() stacknleft

Completed in 117 milliseconds