Searched refs:stacknxt (Results 1 – 2 of 2) sorted by relevance
109 char *stacknxt = stackbase.space; variable134 stacknxt = sp->space; in stalloc()136 sstrend = stacknxt + blocksize; in stalloc()140 p = stacknxt; in stalloc()141 stacknxt += aligned; in stalloc()157 stacknxt = p; in stunalloc()165 mark->stacknxt = stacknxt; in pushstackmark()187 stacknxt = mark->stacknxt; in popstackmark()227 stacknxt = sp->space; in growstackblock()232 char *oldspace = stacknxt; in growstackblock()[all …]
42 char *stacknxt; member47 extern char *stacknxt;78 #define stackblock() ((void *)stacknxt)
Completed in 3 milliseconds