Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dmemalloc.c102 struct stack_block { struct
103 struct stack_block *prev; argument
107 struct stack_block stackbase; argument
108 struct stack_block *stackp = &stackbase;
123 struct stack_block *sp; in stalloc()
128 len = sizeof(struct stack_block) - MINSIZE + blocksize; in stalloc()
179 struct stack_block *sp; in popstackmark()
216 struct stack_block *sp; in growstackblock()
217 struct stack_block *prevstackp; in growstackblock()
223 grosslen = newlen + sizeof(struct stack_block) - MINSIZE; in growstackblock()
A Dmemalloc.h41 struct stack_block *stackp;

Completed in 3 milliseconds