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

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

Completed in 25 milliseconds