Searched defs:stk_stat (Results 1 – 2 of 2) sorted by relevance
285 struct stk_stat struct287 long now; /* Current total stack size. */288 long maxc; /* Amount of contiguous space which would291 long high_water; /* Stack high-water mark. */292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */293 long hits; /* Number of internal buffer hits. */294 long extends; /* Number of block extensions. */295 long stko_mallocs; /* Block allocations by $STKOFEN. */296 long underflows; /* Number of stack underflow calls ($STKRETN). */297 long stko_free; /* Number of deallocations by $STKRETN. */[all …]
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 …]