Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/
H A Dpsort.c324 PetscInt *keysincopy = NULL; in PetscParallelSortInt() local
343 PetscCall(PetscMalloc1(mapin->n, &keysincopy)); in PetscParallelSortInt()
344 PetscCall(PetscArraycpy(keysincopy, keysin, mapin->n)); in PetscParallelSortInt()
345 keysin = keysincopy; in PetscParallelSortInt()
356 PetscCall(PetscFree(keysincopy)); in PetscParallelSortInt()