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