Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dmemalloc.c108 struct stack_block *stackp = &stackbase; variable
133 sp->prev = stackp; in stalloc()
137 stackp = sp; in stalloc()
164 mark->stackp = stackp; in pushstackmark()
172 pushstackmark(mark, stacknxt == stackp->space && stackp != &stackbase); in setstackmark()
182 while (stackp != mark->stackp) { in popstackmark()
183 sp = stackp; in popstackmark()
184 stackp = sp->prev; in popstackmark()
215 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()
221 sp = stackp; in growstackblock()
[all …]
A Dmemalloc.h41 struct stack_block *stackp; member

Completed in 3 milliseconds