:orphan: # PetscMallocTraceGet Determine whether all calls to `PetscMalloc()` are being traced ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscMallocTraceGet(PetscBool *logging) ``` Not Collective ## Output Parameter - ***logging -*** `PETSC_TRUE` if logging is active ## Options Database Key - ***-malloc_view -*** Activates `PetscMallocView()` ## See Also `PetscMallocTraceSet()`, `PetscMallocViewGet()`, `PetscMallocDump()`, `PetscMallocView()`, `PetscMalloc()`, `PetscFree()` ## Level advanced ## Location src/sys/memory/mtr.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/memory/mtr.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)