HomeSort by relevance Sort by last modified time
    Searched refs:stack_block (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
memalloc.c 110 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) - MINSIZE + newlen)
    [all...]
memalloc.h 38 struct stack_block *stackp;

Completed in 140 milliseconds