Home
last modified time | relevance | path

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

/minix3/bin/sh/
H A Dmemalloc.c110 struct stack_block { struct
111 struct stack_block *prev; argument
115 struct stack_block stackbase; argument
116 struct stack_block *stackp = &stackbase;
131 struct stack_block *sp; in stalloc()
137 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize); in stalloc()
178 struct stack_block *sp; in popstackmark()
209 struct stack_block *oldstackp; in growstackblock()
211 struct stack_block *sp; in growstackblock()
218 sizeof(struct stack_block) - MINSIZE + newlen); in growstackblock()
H A Dmemalloc.h38 struct stack_block *stackp;