Home
last modified time | relevance | path

Searched defs:stk_stat (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dalloca.c280 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. */
[all …]
/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dalloca.c285 struct stk_stat struct
287 long now; /* Current total stack size. */
288 long maxc; /* Amount of contiguous space which would
291 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 …]