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