Home
last modified time | relevance | path

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

/petsc/src/sys/memory/ !
H A Dmtr.c746 PetscErrorCode PetscMallocViewSet(PetscLogDouble logmin) in PetscMallocViewSet() argument
751 if (logmin < 0) logmin = 0.0; /* PETSC_DEFAULT or PETSC_DECIDE */ in PetscMallocViewSet()
752 PetscLogMallocThreshold = (size_t)logmin; in PetscMallocViewSet()
797 PetscErrorCode PetscMallocTraceSet(PetscViewer viewer, PetscBool active, PetscLogDouble logmin) in PetscMallocTraceSet() argument
809 if (logmin < 0) logmin = 0.0; /* PETSC_DEFAULT or PETSC_DECIDE */ in PetscMallocTraceSet()
810 PetscLogMallocTraceThreshold = (size_t)logmin; in PetscMallocTraceSet()