Home
last modified time | relevance | path

Searched defs:initializenan (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/memory/
H A Dmtr.c946 PetscErrorCode PetscMallocSetDebug(PetscBool eachcall, PetscBool initializenan) in PetscMallocSetDebug()
981 PetscErrorCode PetscMallocGetDebug(PetscBool *basic, PetscBool *eachcall, PetscBool *initializenan) in PetscMallocGetDebug()
/petsc/src/sys/objects/
H A Dinit.c261 …PetscBool mdebug = PETSC_FALSE, eachcall = PETSC_FALSE, initializenan = PETSC_FALSE, mlog = PETSC_… in PetscOptionsCheckInitial_Private() local