Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1574 size_t g_stacknleft; // = MINSIZE; member
1582 #define g_stacknleft (G_memstack.g_stacknleft) macro
1588 g_stacknleft = MINSIZE; \
1594 #define stackblocksize() g_stacknleft
1611 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 …]