Lines Matching defs:stk_stat
297 struct stk_stat struct
299 long now; /* Current total stack size. */
300 long maxc; /* Amount of contiguous space which would
303 long high_water; /* Stack high-water mark. */
304 long overflows; /* Number of stack overflow ($STKOFEN) calls. */
305 long hits; /* Number of internal buffer hits. */
306 long extends; /* Number of block extensions. */
307 long stko_mallocs; /* Block allocations by $STKOFEN. */
308 long underflows; /* Number of stack underflow calls ($STKRETN). */
309 long stko_free; /* Number of deallocations by $STKRETN. */
310 long stkm_free; /* Number of deallocations by $STKMRET. */
311 long segments; /* Current number of stack segments. */
312 long maxs; /* Maximum number of stack segments so far. */
313 long pad_size; /* Stack pad size. */
314 long current_address; /* Current stack segment address. */
315 long current_size; /* Current stack segment size. This
318 long initial_address; /* Address of initial segment. */
319 long initial_size; /* Size of initial segment. */