Home
last modified time | relevance | path

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

/system/core/sh/
Dmemalloc.c118 char *stacknxt = stackbase.space; variable
139 stacknxt = sp->space; in stalloc()
144 p = stacknxt; in stalloc()
145 stacknxt += nbytes; in stalloc()
158 stacknleft += stacknxt - (char *)p; in stunalloc()
159 stacknxt = p; in stunalloc()
168 mark->stacknxt = stacknxt; in setstackmark()
187 stacknxt = mark->stacknxt; in popstackmark()
208 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()
221 stacknxt = sp->space; in growstackblock()
[all …]
Dmemalloc.h39 char *stacknxt; member
45 extern char *stacknxt;
65 #define stackblock() stacknxt