Searched defs:stk_stat (Results 1 – 1 of 1) sorted by relevance
280 struct stk_stat struct282 long now; /* Current total stack size. */283 long maxc; /* Amount of contiguous space which would286 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. */[all …]