FEDEM Solver  R8.0
Source code of the dynamics solver
Private Member Functions | List of all members
allocationmodule::logallocmem Interface Reference

Prints the accumulated memory usage to log file. More...

Private Member Functions

subroutine logallocmemi8 (label, oldSize, newSize, nBytes)
 Prints the current accumulated memory usage to the log file. More...
 
subroutine logallocmemi4 (label, oldSize, newSize, nBytes)
 Prints the current accumulated memory usage to the log file. More...
 

Detailed Description

Prints the accumulated memory usage to log file.

Member Function/Subroutine Documentation

◆ logallocmemi4()

subroutine allocationmodule::logallocmem::logallocmemi4 ( character(len=*), intent(in)  label,
integer, intent(in)  oldSize,
integer, intent(in)  newSize,
integer, intent(in)  nBytes 
)
private

Prints the current accumulated memory usage to the log file.

Parameters
[in]labelName of calling subroutine
[in]oldSizeNumber of words deallocated
[in]newSizeNumber of words allocated
[in]nBytesNumber of bytes per word

◆ logallocmemi8()

subroutine allocationmodule::logallocmem::logallocmemi8 ( character(len=*), intent(in)  label,
integer(i8), intent(in)  oldSize,
integer(i8), intent(in)  newSize,
integer, intent(in)  nBytes 
)
private

Prints the current accumulated memory usage to the log file.

Parameters
[in]labelName of calling subroutine
[in]oldSizeNumber of words deallocated
[in]newSizeNumber of words allocated
[in]nBytesNumber of bytes per word

The documentation for this interface was generated from the following file: