Searched refs:mod_max (Results 1 – 1 of 1) sorted by relevance
286 static int mod_max; /* Number of elements allocated */ variable1016 if (mod_count == mod_max) in save_module()1018 mod_max = xsum (mod_max, MODULE_INCREMENT); in save_module()1019 if (size_overflow_p (xtimes (mod_max, sizeof (char *)))) in save_module()1024 mod_list = xnrealloc (mod_list, mod_max, sizeof (char *)); in save_module()