Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dinit.c261 …PetscBool mdebug = PETSC_FALSE, eachcall = PETSC_FALSE, initializenan = PETSC_FALSE, mlog = PETSC_… in PetscOptionsCheckInitial_Private() local
276 eachcall = PETSC_TRUE; in PetscOptionsCheckInitial_Private()
280 eachcall = PETSC_FALSE; in PetscOptionsCheckInitial_Private()
292 if (mdebug) PetscCall(PetscMallocSetDebug(eachcall, initializenan)); in PetscOptionsCheckInitial_Private()
/petsc/src/sys/memory/
H A Dmtr.c946 PetscErrorCode PetscMallocSetDebug(PetscBool eachcall, PetscBool initializenan) in PetscMallocSetDebug() argument
956 TRdebug = eachcall; in PetscMallocSetDebug()
981 PetscErrorCode PetscMallocGetDebug(PetscBool *basic, PetscBool *eachcall, PetscBool *initializenan) in PetscMallocGetDebug() argument
985 if (eachcall) *eachcall = TRdebug; in PetscMallocGetDebug()