Searched defs:stk_stat (Results 1 – 1 of 1) sorted by relevance
297 struct stk_stat struct299 long now; /* Current total stack size. */300 long maxc; /* Amount of contiguous space which would303 long high_water; /* Stack high-water mark. */304 long overflows; /* Number of stack overflow ($STKOFEN) calls. */305 long hits; /* Number of internal buffer hits. */306 long extends; /* Number of block extensions. */307 long stko_mallocs; /* Block allocations by $STKOFEN. */308 long underflows; /* Number of stack underflow calls ($STKRETN). */309 long stko_free; /* Number of deallocations by $STKRETN. */[all …]