Searched refs:PetscLogMallocThreshold (Results 1 – 1 of 1) sorted by relevance
65 static size_t PetscLogMallocThreshold = 0; variable227 if (PetscLogMalloc > -1 && PetscLogMalloc < PetscLogMallocMax && a >= PetscLogMallocThreshold) { in PetscTrMallocDefault()421 if (PetscLogMalloc > -1 && PetscLogMalloc < PetscLogMallocMax && len >= PetscLogMallocThreshold) { in PetscTrReallocDefault()752 PetscLogMallocThreshold = (size_t)logmin; in PetscMallocViewSet()