HomeSort by: relevance | last modified time | path
    Searched defs:stack_block (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
memalloc.c 112 struct stack_block { struct
113 struct stack_block *prev;
117 struct stack_block stackbase;
118 struct stack_block *stackp = &stackbase;
132 struct stack_block *sp;
138 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
192 struct stack_block *sp;
225 struct stack_block *oldstackp;
227 struct stack_block *sp;
233 sizeof(struct stack_block) - MINSIZE + newlen)
    [all...]
memalloc.c 112 struct stack_block { struct
113 struct stack_block *prev;
117 struct stack_block stackbase;
118 struct stack_block *stackp = &stackbase;
132 struct stack_block *sp;
138 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
192 struct stack_block *sp;
225 struct stack_block *oldstackp;
227 struct stack_block *sp;
233 sizeof(struct stack_block) - MINSIZE + newlen)
    [all...]

Completed in 42 milliseconds