# PetscMallocViewGet
Determine whether calls to `PetscMalloc()` are being logged 
## Synopsis
```
#include "petscsys.h" 
PetscErrorCode PetscMallocViewGet(PetscBool *logging)
```
Not Collective

Output Parameter

- ***logging -*** `PETSC_TRUE` if logging is active



## Options Database Key

- ***-malloc_view <optional filename> -*** Activates `PetscMallocView()`





## See Also
 `PetscMallocDump()`, `PetscMallocView()`, `PetscMallocTraceGet()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/memory/mtr.c.html#PetscMallocViewGet">src/sys/memory/mtr.c</A>


---
[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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
