Home
last modified time | relevance | path

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

/system/core/sh/
Dmemalloc.c210 struct stackmark *xmark; in growstackblock() local
228 xmark = markp; in growstackblock()
229 while (xmark != NULL && xmark->stackp == oldstackp) { in growstackblock()
230 xmark->stackp = stackp; in growstackblock()
231 xmark->stacknxt = stacknxt; in growstackblock()
232 xmark->stacknleft = stacknleft; in growstackblock()
233 xmark = xmark->marknext; in growstackblock()