Home
last modified time | relevance | path

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

/system/core/sh/
Dmemalloc.c116 struct stack_block *stackp = &stackbase; variable
138 sp->prev = stackp; in stalloc()
141 stackp = sp; in stalloc()
167 mark->stackp = stackp; in setstackmark()
182 while (stackp != mark->stackp) { in popstackmark()
183 sp = stackp; in popstackmark()
184 stackp = sp->prev; in popstackmark()
208 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()
214 oldstackp = stackp; in growstackblock()
215 sp = stackp; in growstackblock()
[all …]
Dmemalloc.h38 struct stack_block *stackp; member