Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclient.c2683 static int modules_allocated; variable
2691 modules_allocated = 1; /* Small for testing */ in handle_module_expansion()
2692 modules_vector = xnmalloc (modules_allocated, in handle_module_expansion()
2695 else if (modules_count >= modules_allocated) in handle_module_expansion()
2697 modules_allocated *= 2; in handle_module_expansion()
2699 modules_allocated, in handle_module_expansion()