Searched refs:modules_allocated (Results 1 – 1 of 1) sorted by relevance
2676 static int modules_allocated; variable2684 modules_allocated = 1; /* Small for testing */ in handle_module_expansion()2685 modules_vector = xnmalloc (modules_allocated, in handle_module_expansion()2688 else if (modules_count >= modules_allocated) in handle_module_expansion()2690 modules_allocated *= 2; in handle_module_expansion()2692 modules_allocated, in handle_module_expansion()