#include <AMReX_Arena.H>
Public Attributes | |
Long | nalloc = 0 |
number of allocations More... | |
Long | nfree = 0 |
number of frees More... | |
Long | currentmem = 0 |
amount of currently used memory in bytes More... | |
double | avgmem = 0. |
memory used (bytes) times time in use (seconds) More... | |
Long | maxmem = 0 |
running maximum of currentmem More... | |
double amrex::MemStat::avgmem = 0. |
memory used (bytes) times time in use (seconds)
Long amrex::MemStat::currentmem = 0 |
amount of currently used memory in bytes
Long amrex::MemStat::maxmem = 0 |
running maximum of currentmem
Long amrex::MemStat::nalloc = 0 |
number of allocations
Long amrex::MemStat::nfree = 0 |
number of frees