Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dmemalloc.c107 struct stack_block stackbase; variable
108 struct stack_block *stackp = &stackbase;
109 char *stacknxt = stackbase.space;
111 char *sstrend = stackbase.space + MINSIZE;
172 pushstackmark(mark, stacknxt == stackp->space && stackp != &stackbase); in setstackmark()
215 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()

Completed in 2 milliseconds