Data Types | |
| interface | mallinfo |
| type | mallinfo_t |
| This structure type is used to return information about the dynamic memory allocator. More... | |
Functions/Subroutines | |
| subroutine | getmallocinfo (malinfo) |
| subroutine | printmallinfo (ihdnl, malinfo) |
| integer(8) function | getvmsize () |
| integer(8) function | getvmrss () |
| subroutine mallocinfo_m::getmallocinfo | ( | type(mallinfo_t), intent(out) | malinfo | ) |
Definition at line 107 of file w3meminfo.F90.
References w3servmd::strace().
Referenced by w3servmd::print_memcheck().
| integer(8) function mallocinfo_m::getvmrss |
Definition at line 361 of file w3meminfo.F90.
References file(), and w3servmd::strace().
Referenced by printmallinfo().
| integer(8) function mallocinfo_m::getvmsize |
Definition at line 276 of file w3meminfo.F90.
References file(), and w3servmd::strace().
Referenced by printmallinfo().
| subroutine mallocinfo_m::printmallinfo | ( | integer, intent(in) | ihdnl, |
| type(mallinfo_t), intent(in) | malinfo | ||
| ) |
Definition at line 177 of file w3meminfo.F90.
References getvmrss(), getvmsize(), and w3servmd::strace().
Referenced by w3servmd::print_memcheck().