Searched defs:stack_block (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dmemalloc.c110 struct stack_block { struct
111 struct stack_block *prev;
115 struct stack_block stackbase;
116 struct stack_block *stackp = &stackbase;
131 struct stack_block *sp;
137 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
178 struct stack_block *sp;
209 struct stack_block *oldstackp;
211 struct stack_block *sp;
218 sizeof(struct stack_block)
[all...]

Completed in 811 milliseconds