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