Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dmemalloc.c110 size_t stacknleft = MINSIZE; variable
120 if (aligned > stacknleft) { in stalloc()
135 stacknleft = blocksize; in stalloc()
142 stacknleft -= aligned; in stalloc()
166 mark->stacknleft = stacknleft; in pushstackmark()
188 stacknleft = mark->stacknleft; in popstackmark()
209 newlen = stacknleft * 2; in growstackblock()
210 if (newlen < stacknleft) in growstackblock()
228 stacknleft = newlen; in growstackblock()
233 int oldlen = stacknleft; in growstackblock()
[all …]
A Dmemalloc.h43 size_t stacknleft; member
48 extern size_t stacknleft;
79 #define stackblocksize() stacknleft

Completed in 4 milliseconds