Searched refs:PetscLogMallocTraceThreshold (Results 1 – 1 of 1) sorted by relevance
69 static size_t PetscLogMallocTraceThreshold = 0; variable242 …if (PetscLogMallocTrace > -1 && a >= PetscLogMallocTraceThreshold) PetscCall(PetscViewerASCIIPrint… in PetscTrMallocDefault()294 …if (PetscLogMallocTrace > -1 && head->rsize >= PetscLogMallocTraceThreshold) PetscCall(PetscViewer… in PetscTrFreeDefault()810 PetscLogMallocTraceThreshold = (size_t)logmin; in PetscMallocTraceSet()