Home
last modified time | relevance | path

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

/system/core/sh/
Dmemalloc.c115 struct stack_block stackbase; variable
116 struct stack_block *stackp = &stackbase;
118 char *stacknxt = stackbase.space;
208 if (stacknxt == stackp->space && stackp != &stackbase) { in growstackblock()