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