Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dsegbuffer.c224 PetscSegBuffer newseg; in PetscSegBufferExtractInPlace() local
226 PetscCall(PetscSegBufferCreate(seg->unitbytes, head->used + head->tailused, &newseg)); in PetscSegBufferExtractInPlace()
227 PetscCall(PetscSegBufferExtractTo(seg, newseg->head->u.array)); in PetscSegBufferExtractInPlace()
228 seg->head = newseg->head; in PetscSegBufferExtractInPlace()
229 newseg->head = head; in PetscSegBufferExtractInPlace()
230 PetscCall(PetscSegBufferDestroy(&newseg)); in PetscSegBufferExtractInPlace()