history           437 ompi/mca/topo/treematch/treematch/tm_solution.c   int **history = NULL;
history           443 ompi/mca/topo/treematch/treematch/tm_solution.c   history = (int**)MALLOC(sizeof(int*)*N);
history           446 ompi/mca/topo/treematch/treematch/tm_solution.c     history[i] = (int*)MALLOC(sizeof(int)*3);
history           475 ompi/mca/topo/treematch/treematch/tm_solution.c 	history[i][1] = l;
history           476 ompi/mca/topo/treematch/treematch/tm_solution.c 	history[i][2] = m;
history           494 ompi/mca/topo/treematch/treematch/tm_solution.c 	exchange(sol,history[j][1],history[j][2]);
history           521 ompi/mca/topo/treematch/treematch/tm_solution.c     FREE(history[i]);
history           524 ompi/mca/topo/treematch/treematch/tm_solution.c   FREE(history);