HomeSort by relevance Sort by last modified time
    Searched refs:stacknxt (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
memalloc.c 118 char *stacknxt = stackbase.space; variable
139 stacknxt = sp->space;
144 p = stacknxt;
145 stacknxt += nbytes;
158 stacknleft += stacknxt - (char *)p;
159 stacknxt = p;
168 mark->stacknxt = stacknxt;
187 stacknxt = mark->stacknxt;
    [all...]
memalloc.h 39 char *stacknxt; member in struct:stackmark
45 extern char *stacknxt;
65 #define stackblock() stacknxt

Completed in 43 milliseconds