Home
last modified time | relevance | path

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

/petsc/src/sys/memory/
H A Dmal.c192 PETSC_INTERN PetscBool petscsetmallocvisited; variable
193 PetscBool petscsetmallocvisited = PETSC_FALSE; variable
216 …PetscCheck(!petscsetmallocvisited || !(imalloc != PetscTrMalloc || ifree != PetscTrFree), PETSC_CO… in PetscMallocSet()
220 petscsetmallocvisited = PETSC_TRUE; in PetscMallocSet()
246 petscsetmallocvisited = PETSC_FALSE; in PetscMallocClear()
/petsc/src/sys/objects/
H A Dinit.c197 PETSC_INTERN PetscBool petscsetmallocvisited; variable
306 if (flg1 && !petscsetmallocvisited) PetscCall(PetscSetUseHBWMalloc_Private()); in PetscOptionsCheckInitial_Private()