Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex35.c73 PetscCall(PetscMallocGetCurrentUsage(&before)); in main()
80 PetscCall(PetscMallocGetCurrentUsage(&after)); in main()
84 PetscCall(PetscMallocGetCurrentUsage(&clean)); in main()
/petsc/src/sys/error/
H A Derr.h19 ierr = PetscMallocGetCurrentUsage(&mem); in PetscErrorMemoryMessage()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclog.pxi18 PetscErrorCode PetscMallocGetCurrentUsage(PetscLogDouble*)
H A DPETSc.pyx312 PetscMallocGetCurrentUsage(&mem)
/petsc/doc/changes/
H A D230.md21 - PetscTrSpace() -> PetscMallocGetCurrentUsage() and
/petsc/src/sys/memory/
H A Dmal.c257 PetscCall(PetscMallocGetCurrentUsage(&mal)); in PetscMemoryTrace()
H A Dmtr.c466 PetscCall(PetscMallocGetCurrentUsage(&allocated)); in PetscMemoryView()
539 PetscErrorCode PetscMallocGetCurrentUsage(PetscLogDouble *space) in PetscMallocGetCurrentUsage() function
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c62 PetscCall(PetscMallocGetCurrentUsage(&usage)); in PetscEventPerfInfoTic_Internal()
113 PetscCall(PetscMallocGetCurrentUsage(&usage)); in PetscEventPerfInfoToc_Internal()
410 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerObjectCreate_Default()
474 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerObjectDestroy_Default()
599 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerEventBegin_Default()
646 PetscCall(PetscMallocGetCurrentUsage(&new_action.mem)); in PetscLogHandlerEventEnd_Default()
/petsc/include/
H A Dpetscsys.h1231 PETSC_EXTERN PetscErrorCode PetscMallocGetCurrentUsage(PetscLogDouble *);
/petsc/doc/manual/
H A Dperformance.md584 desired, the user can call `PetscMallocGetCurrentUsage()` and
/petsc/doc/faq/
H A Dindex.md1967 and not later freed. Use the commands `PetscMallocGetCurrentUsage()` and