Searched refs:g_space (Results 1 – 1 of 1) sorted by relevance
266 int g_space; /* (g) space allocated for vertices */ member2401 if (g->g_size == g->g_space) { in graph_alloc_vertex()2403 2 * g->g_space * sizeof(struct owner_vertex *), in graph_alloc_vertex()2406 g->g_indexbuf = malloc(2 * g->g_space * sizeof(int), in graph_alloc_vertex()2408 g->g_space = 2 * g->g_space; in graph_alloc_vertex()2454 g->g_space = 10; in graph_init()2455 g->g_indexbuf = malloc(g->g_space * sizeof(int), M_LOCKF, M_WAITOK); in graph_init()