Home
last modified time | relevance | path

Searched refs:max_catchers (Results 1 – 1 of 1) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dtask.c92 static long max_catchers= 0; variable
2001 if (n_catchers>=max_catchers) { in CatchNew()
2002 catchers= p_realloc(catchers, (max_catchers+16)*sizeof(Catcher)); in CatchNew()
2003 max_catchers+= 16; in CatchNew()
2022 if ((max_catchers>>6) > n_catchers) { in YCatchDrop()
2024 catchers= p_realloc(catchers, (max_catchers>>6)*sizeof(Catcher)); in YCatchDrop()
2025 max_catchers>>= 6; in YCatchDrop()