Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libiberty/
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 …]
/dflybsd-src/contrib/gcc-4.7/libiberty/
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 …]
/dflybsd-src/contrib/binutils-2.27/libiberty/
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 …]
/dflybsd-src/contrib/binutils-2.34/libiberty/
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 …]