Searched refs:g_stacknleft (Results 1 – 1 of 1) sorted by relevance
1574 size_t g_stacknleft; // = MINSIZE; member1582 #define g_stacknleft (G_memstack.g_stacknleft) macro1588 g_stacknleft = MINSIZE; \1594 #define stackblocksize() g_stacknleft1611 if (aligned > g_stacknleft) { in stalloc()1626 g_stacknleft = blocksize; in stalloc()1633 g_stacknleft -= aligned; in stalloc()1652 g_stacknleft += g_stacknxt - (char *)p; in stunalloc()1677 mark->stacknleft = g_stacknleft; in pushstackmark()1702 g_stacknleft = mark->stacknleft; in popstackmark()[all …]