Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Dmemalloc.c112 struct stack_block { struct
113 struct stack_block *prev; argument
117 struct stack_block stackbase; argument
118 struct stack_block *stackp = &stackbase;
133 struct stack_block *sp; in stalloc()
139 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize); in stalloc()
193 struct stack_block *sp; in rststackmark()
226 struct stack_block *oldstackp; in growstackblock()
228 struct stack_block *sp; in growstackblock()
234 sizeof(struct stack_block) - MINSIZE + newlen); in growstackblock()
H A Dmemalloc.h38 struct stack_block *stackp;